public class VodStreamCreateRequest extends StreamCreateRequest implements Serializable
| Constructor and Description |
|---|
VodStreamCreateRequest() |
VodStreamCreateRequest(String url,
String userAgent,
Long contentSourceId,
String videoId,
Long contentId,
String contentName,
long[] cuePoints) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getContentId()
Gets the contentId value for this VodStreamCreateRequest.
|
String |
getContentName()
Gets the contentName value for this VodStreamCreateRequest.
|
Long |
getContentSourceId()
Gets the contentSourceId value for this VodStreamCreateRequest.
|
long[] |
getCuePoints()
Gets the cuePoints value for this VodStreamCreateRequest.
|
long |
getCuePoints(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getVideoId()
Gets the videoId value for this VodStreamCreateRequest.
|
int |
hashCode() |
void |
setContentId(Long contentId)
Sets the contentId value for this VodStreamCreateRequest.
|
void |
setContentName(String contentName)
Sets the contentName value for this VodStreamCreateRequest.
|
void |
setContentSourceId(Long contentSourceId)
Sets the contentSourceId value for this VodStreamCreateRequest.
|
void |
setCuePoints(int i,
long _value) |
void |
setCuePoints(long[] cuePoints)
Sets the cuePoints value for this VodStreamCreateRequest.
|
void |
setVideoId(String videoId)
Sets the videoId value for this VodStreamCreateRequest.
|
String |
toString() |
getUrl, getUserAgent, setUrl, setUserAgentpublic String toString()
toString in class StreamCreateRequestpublic Long getContentSourceId()
public void setContentSourceId(Long contentSourceId)
contentSourceId - public String getVideoId()
public void setVideoId(String videoId)
videoId - public Long getContentId()
public void setContentId(Long contentId)
contentId - public String getContentName()
public void setContentName(String contentName)
contentName - public long[] getCuePoints()
public void setCuePoints(long[] cuePoints)
cuePoints - public long getCuePoints(int i)
public void setCuePoints(int i,
long _value)
public boolean equals(Object obj)
equals in class StreamCreateRequestpublic int hashCode()
hashCode in class StreamCreateRequestpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.