com.spinn3r.api
Class PermalinkConfig

java.lang.Object
  extended by com.spinn3r.api.Config
      extended by com.spinn3r.api.PermalinkConfig
Direct Known Subclasses:
CommentConfig

public class PermalinkConfig
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
PermalinkConfig()
           
 
Method Summary
 java.util.Date getAfter()
          Get the value of after.
 void setAfter(java.util.Date after)
          Set the value of after.
 
Methods inherited from class com.spinn3r.api.Config
getApi, getFilter, getFirstRequestURL, getLimit, getSkipDescription, getSleepInterval, getUseProtobuf, getVendor, getVersion, 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

PermalinkConfig

public PermalinkConfig()
Method Detail

setAfter

public void setAfter(java.util.Date after)
Set the value of after.

Overrides:
setAfter in class Config

getAfter

public java.util.Date getAfter()
Get the value of after.

Overrides:
getAfter in class Config


Copyright © Tailrank Inc. All Rights Reserved.