public class LinearStreamCreateRequest extends StreamCreateRequest implements Serializable
| Constructor and Description |
|---|
LinearStreamCreateRequest() |
LinearStreamCreateRequest(String url,
String userAgent,
String liveStreamEventAssetKey,
String eventName,
Long liveStreamEventId,
DateTime eventStartDateTime,
DateTime eventEndDateTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
DateTime |
getEventEndDateTime()
Gets the eventEndDateTime value for this LinearStreamCreateRequest.
|
String |
getEventName()
Gets the eventName value for this LinearStreamCreateRequest.
|
DateTime |
getEventStartDateTime()
Gets the eventStartDateTime value for this LinearStreamCreateRequest.
|
String |
getLiveStreamEventAssetKey()
Gets the liveStreamEventAssetKey value for this LinearStreamCreateRequest.
|
Long |
getLiveStreamEventId()
Gets the liveStreamEventId value for this LinearStreamCreateRequest.
|
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
|
int |
hashCode() |
void |
setEventEndDateTime(DateTime eventEndDateTime)
Sets the eventEndDateTime value for this LinearStreamCreateRequest.
|
void |
setEventName(String eventName)
Sets the eventName value for this LinearStreamCreateRequest.
|
void |
setEventStartDateTime(DateTime eventStartDateTime)
Sets the eventStartDateTime value for this LinearStreamCreateRequest.
|
void |
setLiveStreamEventAssetKey(String liveStreamEventAssetKey)
Sets the liveStreamEventAssetKey value for this LinearStreamCreateRequest.
|
void |
setLiveStreamEventId(Long liveStreamEventId)
Sets the liveStreamEventId value for this LinearStreamCreateRequest.
|
String |
toString() |
getUrl, getUserAgent, setUrl, setUserAgentpublic String toString()
toString in class StreamCreateRequestpublic String getLiveStreamEventAssetKey()
public void setLiveStreamEventAssetKey(String liveStreamEventAssetKey)
liveStreamEventAssetKey - public String getEventName()
public void setEventName(String eventName)
eventName - public Long getLiveStreamEventId()
public void setLiveStreamEventId(Long liveStreamEventId)
liveStreamEventId - public DateTime getEventStartDateTime()
public void setEventStartDateTime(DateTime eventStartDateTime)
eventStartDateTime - public DateTime getEventEndDateTime()
public void setEventEndDateTime(DateTime eventEndDateTime)
eventEndDateTime - 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.