com.spinn3r.api
Class FeedHistoryConfig

java.lang.Object
  extended by com.spinn3r.api.Config
      extended by com.spinn3r.api.FeedHistoryConfig

public class FeedHistoryConfig
extends Config

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

FeedHistoryConfig

public FeedHistoryConfig()
Method Detail

getSourceHashcode

public java.lang.String getSourceHashcode()
Get the value of sourceHashcode.


setSourceHashcode

public void setSourceHashcode(java.lang.String sourceHashcode)
Set the value of sourceHashcode.


getFeedHashcode

public java.lang.String getFeedHashcode()
Get the value of feedHashcode.


setFeedHashcode

public void setFeedHashcode(java.lang.String feedHashcode)
Set the value of feedHashcode.


getFeed

public java.lang.String getFeed()
Get the value of feed.


setFeed

public void setFeed(java.lang.String feed)
Set the value of feed.


getSource

public java.lang.String getSource()
Get the value of source.


setSource

public void setSource(java.lang.String source)
Set the value of source.



Copyright © Tailrank Inc. All Rights Reserved.