public class LiveStreamEvent extends Object implements Serializable
LiveStreamEvent represents schedule, content and ad stitching
information of a live stream event.| Constructor and Description |
|---|
LiveStreamEvent() |
LiveStreamEvent(Long id,
String name,
String description,
LiveStreamEventStatus status,
DateTime creationDateTime,
DateTime lastModifiedDateTime,
DateTime startDateTime,
DateTime endDateTime,
Long totalEstimatedConcurrentUsers,
String[] contentUrls,
String[] adTags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getAdTags()
Gets the adTags value for this LiveStreamEvent.
|
String |
getAdTags(int i) |
String[] |
getContentUrls()
Gets the contentUrls value for this LiveStreamEvent.
|
String |
getContentUrls(int i) |
DateTime |
getCreationDateTime()
Gets the creationDateTime value for this LiveStreamEvent.
|
String |
getDescription()
Gets the description value for this LiveStreamEvent.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
DateTime |
getEndDateTime()
Gets the endDateTime value for this LiveStreamEvent.
|
Long |
getId()
Gets the id value for this LiveStreamEvent.
|
DateTime |
getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this LiveStreamEvent.
|
String |
getName()
Gets the name value for this LiveStreamEvent.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
DateTime |
getStartDateTime()
Gets the startDateTime value for this LiveStreamEvent.
|
LiveStreamEventStatus |
getStatus()
Gets the status value for this LiveStreamEvent.
|
Long |
getTotalEstimatedConcurrentUsers()
Gets the totalEstimatedConcurrentUsers value for this LiveStreamEvent.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdTags(int i,
String _value) |
void |
setAdTags(String[] adTags)
Sets the adTags value for this LiveStreamEvent.
|
void |
setContentUrls(int i,
String _value) |
void |
setContentUrls(String[] contentUrls)
Sets the contentUrls value for this LiveStreamEvent.
|
void |
setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime value for this LiveStreamEvent.
|
void |
setDescription(String description)
Sets the description value for this LiveStreamEvent.
|
void |
setEndDateTime(DateTime endDateTime)
Sets the endDateTime value for this LiveStreamEvent.
|
void |
setId(Long id)
Sets the id value for this LiveStreamEvent.
|
void |
setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this LiveStreamEvent.
|
void |
setName(String name)
Sets the name value for this LiveStreamEvent.
|
void |
setStartDateTime(DateTime startDateTime)
Sets the startDateTime value for this LiveStreamEvent.
|
void |
setStatus(LiveStreamEventStatus status)
Sets the status value for this LiveStreamEvent.
|
void |
setTotalEstimatedConcurrentUsers(Long totalEstimatedConcurrentUsers)
Sets the totalEstimatedConcurrentUsers value for this LiveStreamEvent.
|
public Long getId()
LiveStreamEvent. This value is
read-only and
is assigned by Google.public void setId(Long id)
id - * The unique ID of the LiveStreamEvent. This value is
read-only and
is assigned by Google.public String getName()
LiveStreamEvent. This value is required
to create
a live stream event and has a maximum length of 255
characters.public void setName(String name)
name - * The name of the LiveStreamEvent. This value is required
to create
a live stream event and has a maximum length of 255
characters.public String getDescription()
LiveStreamEvent.
This attribute is optional and has a maximum length of 65,535 characters.public void setDescription(String description)
description - * Provides any additional notes that may annotate LiveStreamEvent.
This attribute is optional and has a maximum length of 65,535 characters.public LiveStreamEventStatus getStatus()
LiveStreamEvent. This attribute
is read-only
and is assigned by Google. Live stream events are
created in the
LiveStreamEventStatus.PAUSED state.public void setStatus(LiveStreamEventStatus status)
status - * The status of this LiveStreamEvent. This attribute
is read-only
and is assigned by Google. Live stream events are
created in the
LiveStreamEventStatus.PAUSED state.public DateTime getCreationDateTime()
LiveStreamEvent was created.
This attribute
is read-only.public void setCreationDateTime(DateTime creationDateTime)
creationDateTime - * The date and time this LiveStreamEvent was created.
This attribute
is read-only.public DateTime getLastModifiedDateTime()
LiveStreamEvent was last modified.
This
attribute is read-only.public void setLastModifiedDateTime(DateTime lastModifiedDateTime)
lastModifiedDateTime - * The date and time this LiveStreamEvent was last modified.
This
attribute is read-only.public DateTime getStartDateTime()
LiveStreamEvent. This
attribute
is required.public void setStartDateTime(DateTime startDateTime)
startDateTime - * The start date and time of this LiveStreamEvent. This
attribute
is required.public DateTime getEndDateTime()
LiveStreamEvent.
This
attribute is required.public void setEndDateTime(DateTime endDateTime)
endDateTime - * The scheduled end date and time of this LiveStreamEvent.
This
attribute is required.public Long getTotalEstimatedConcurrentUsers()
public void setTotalEstimatedConcurrentUsers(Long totalEstimatedConcurrentUsers)
totalEstimatedConcurrentUsers - * The total number of concurrent users expected to watch this
event across
all regions. This attribute is optional and default
value is 0.public String[] getContentUrls()
public void setContentUrls(String[] contentUrls)
contentUrls - * The list of URLs pointing to the live stream content in
Content Delivery Network. This attribute is required.public String getContentUrls(int i)
public void setContentUrls(int i,
String _value)
public String[] getAdTags()
public void setAdTags(String[] adTags)
adTags - * The list of DFP ad tag URLs generated by DFP trafficking workflow
that are
associated with this live stream event. This attribute
is required.public String getAdTags(int i)
public void setAdTags(int i,
String _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.