public class RecRules extends Object
| Constructor and Description |
|---|
RecRules() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getAsOf() |
int |
getCount() |
String |
getProtocolVersion() |
List<RecRule> |
getRecRules() |
int |
getStartIndex() |
int |
getTotalAvailable() |
String |
getVersion() |
void |
setAsOf(org.joda.time.DateTime asOf) |
void |
setCount(int count) |
void |
setProtocolVersion(String protocolVersion) |
void |
setRecRules(List<RecRule> recRules) |
void |
setStartIndex(int startIndex) |
void |
setTotalAvailable(int totalAvailable) |
void |
setVersion(String version) |
String |
toString() |
public int getStartIndex()
public void setStartIndex(int startIndex)
startIndex - the startIndex to setpublic int getCount()
public void setCount(int count)
count - the count to setpublic int getTotalAvailable()
public void setTotalAvailable(int totalAvailable)
totalAvailable - the totalAvailable to setpublic org.joda.time.DateTime getAsOf()
public void setAsOf(org.joda.time.DateTime asOf)
asOf - the asOf to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getProtocolVersion()
public void setProtocolVersion(String protocolVersion)
protocolVersion - the protocolVersion to setpublic void setRecRules(List<RecRule> recRules)
recRules - the recRules to setCopyright © 2012. All Rights Reserved.