public class VideoLookupList
extends java.lang.Object
| Constructor and Description |
|---|
VideoLookupList() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getAsOf() |
java.lang.Integer |
getCount() |
java.lang.String |
getProtoVer() |
java.lang.String |
getVersion() |
VideoLookup[] |
getVideoLookups() |
void |
setAsOf(org.joda.time.DateTime asOf) |
void |
setCount(java.lang.Integer count) |
void |
setProtoVer(java.lang.String protoVer) |
void |
setVersion(java.lang.String version) |
void |
setVideoLookups(VideoLookup[] videoLookups) |
public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count - the count to setpublic org.joda.time.DateTime getAsOf()
public void setAsOf(org.joda.time.DateTime asOf)
asOf - the asOf to setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - the version to setpublic java.lang.String getProtoVer()
public void setProtoVer(java.lang.String protoVer)
protoVer - the protoVer to setpublic VideoLookup[] getVideoLookups()
public void setVideoLookups(VideoLookup[] videoLookups)
videoLookups - the videoLookups to set