public class VideoLookups extends Object
| Constructor and Description |
|---|
VideoLookups() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getAsOf() |
int |
getCount() |
String |
getProtocolVersion() |
String |
getVersion() |
List<VideoLookup> |
getVideoLookups() |
void |
setAsOf(org.joda.time.DateTime asOf) |
void |
setCount(int count) |
void |
setProtocolVersion(String protocolVersion) |
void |
setVersion(String version) |
void |
setVideoLookups(List<VideoLookup> videoLookups) |
String |
toString() |
public int getCount()
public void setCount(int count)
count - the count 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 List<VideoLookup> getVideoLookups()
public void setVideoLookups(List<VideoLookup> videoLookups)
videoLookups - the videoLookups to setCopyright © 2012. All Rights Reserved.