com.spinn3r.api
Class SourceListConfig

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

public class SourceListConfig
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
SourceListConfig()
           
 
Method Summary
 java.util.Date getFoundAfter()
          Get the value of foundAfter.
 java.util.Date getPostedAfter()
          Get the value of postedAfter.
 java.util.Date getPublishedAfter()
          Get the value of publishedAfter.
 void setFoundAfter(java.util.Date foundAfter)
          Set the value of foundAfter.
 void setPostedAfter(java.util.Date postedAfter)
          Set the value of postedAfter.
 void setPublishedAfter(java.util.Date publishedAfter)
          Set the value of publishedAfter.
 
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

SourceListConfig

public SourceListConfig()
Method Detail

getPublishedAfter

public java.util.Date getPublishedAfter()
Get the value of publishedAfter.


setPublishedAfter

public void setPublishedAfter(java.util.Date publishedAfter)
Set the value of publishedAfter.


getFoundAfter

public java.util.Date getFoundAfter()
Get the value of foundAfter.


setFoundAfter

public void setFoundAfter(java.util.Date foundAfter)
Set the value of foundAfter.


getPostedAfter

public java.util.Date getPostedAfter()
Get the value of postedAfter.


setPostedAfter

public void setPostedAfter(java.util.Date postedAfter)
Set the value of postedAfter.



Copyright © Tailrank Inc. All Rights Reserved.