|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.spinn3r.api.Config
com.spinn3r.api.FeedHistoryConfig
public class FeedHistoryConfig
Used to startup the API and specify defaults for limits, where to start indexing, tiers, language, etc.
| Field Summary |
|---|
| Fields inherited from class com.spinn3r.api.Config |
|---|
DEFAULT_LIMIT, DEFAULT_SLEEP_INTERVAL, DEFAULT_USE_PROTOBUF, DEFAULT_VERSION |
| Constructor Summary | |
|---|---|
FeedHistoryConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFeed()
Get the value of feed. |
java.lang.String |
getFeedHashcode()
Get the value of feedHashcode. |
java.lang.String |
getSource()
Get the value of source. |
java.lang.String |
getSourceHashcode()
Get the value of sourceHashcode. |
void |
setFeed(java.lang.String feed)
Set the value of feed. |
void |
setFeedHashcode(java.lang.String feedHashcode)
Set the value of feedHashcode. |
void |
setSource(java.lang.String source)
Set the value of source. |
void |
setSourceHashcode(java.lang.String sourceHashcode)
Set the value of sourceHashcode. |
| Methods inherited from class com.spinn3r.api.Config |
|---|
getAfter, getApi, getFilter, getFirstRequestURL, getLimit, getSkipDescription, getSleepInterval, getUseProtobuf, getVendor, getVersion, setAfter, setApi, setFilter, setFirstRequestURL, setLimit, setSkipDescription, setUseProtobuf, setVendor, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeedHistoryConfig()
| Method Detail |
|---|
public java.lang.String getSourceHashcode()
sourceHashcode.
public void setSourceHashcode(java.lang.String sourceHashcode)
sourceHashcode.
public java.lang.String getFeedHashcode()
feedHashcode.
public void setFeedHashcode(java.lang.String feedHashcode)
feedHashcode.
public java.lang.String getFeed()
feed.
public void setFeed(java.lang.String feed)
feed.
public java.lang.String getSource()
source.
public void setSource(java.lang.String source)
source.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||