public class VideoSources extends Object
| Constructor and Description |
|---|
VideoSources() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getAsOf() |
String |
getProtocolVersion() |
String |
getVersion() |
List<VideoSource> |
getVideoSources() |
void |
setAsOf(org.joda.time.DateTime asOf) |
void |
setProtocolVersion(String protocolVersion) |
void |
setVersion(String version) |
void |
setVideoSources(List<VideoSource> videoSources) |
String |
toString() |
public 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<VideoSource> getVideoSources()
public void setVideoSources(List<VideoSource> videoSources)
videoSources - the videoSources to setCopyright © 2012. All Rights Reserved.