public class LinearStreamCreateRequest extends StreamCreateRequest implements Serializable
| Constructor and Description |
|---|
LinearStreamCreateRequest() |
LinearStreamCreateRequest(String url,
String userAgent,
ReportingType reportingType,
String liveStreamEventAssetKey,
String eventName,
Long liveStreamEventId,
DateTime eventStartDateTime,
DateTime eventEndDateTime,
Boolean prefetchEnabled,
Boolean podTrimmingEnabled) |
| 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.
|
Boolean |
getPodTrimmingEnabled()
Gets the podTrimmingEnabled value for this LinearStreamCreateRequest.
|
Boolean |
getPrefetchEnabled()
Gets the prefetchEnabled 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.
|
void |
setPodTrimmingEnabled(Boolean podTrimmingEnabled)
Sets the podTrimmingEnabled value for this LinearStreamCreateRequest.
|
void |
setPrefetchEnabled(Boolean prefetchEnabled)
Sets the prefetchEnabled value for this LinearStreamCreateRequest.
|
String |
toString() |
getReportingType, getUrl, getUserAgent, setReportingType, setUrl, setUserAgentpublic LinearStreamCreateRequest()
public LinearStreamCreateRequest(String url, String userAgent, ReportingType reportingType, String liveStreamEventAssetKey, String eventName, Long liveStreamEventId, DateTime eventStartDateTime, DateTime eventEndDateTime, Boolean prefetchEnabled, Boolean podTrimmingEnabled)
public 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 getPrefetchEnabled()
public void setPrefetchEnabled(Boolean prefetchEnabled)
prefetchEnabled - public Boolean getPodTrimmingEnabled()
public void setPodTrimmingEnabled(Boolean podTrimmingEnabled)
podTrimmingEnabled - 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 © 2023. All rights reserved.