public class Slate extends Object implements Serializable
Slate encapsulates all the information necessary to represent
a Slate entity, the video
creative used by Dynamic Ad Insertion to fill vacant ad
slots.| Constructor and Description |
|---|
Slate() |
Slate(Long id,
String name,
SlateStatus status,
TranscodeStatus transcodeStatus,
String videoSourceUrl,
DateTime lastModifiedDateTime) |
| 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
|
Long |
getId()
Gets the id value for this Slate.
|
DateTime |
getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this Slate.
|
String |
getName()
Gets the name value for this Slate.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SlateStatus |
getStatus()
Gets the status value for this Slate.
|
TranscodeStatus |
getTranscodeStatus()
Gets the transcodeStatus value for this Slate.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getVideoSourceUrl()
Gets the videoSourceUrl value for this Slate.
|
int |
hashCode() |
void |
setId(Long id)
Sets the id value for this Slate.
|
void |
setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this Slate.
|
void |
setName(String name)
Sets the name value for this Slate.
|
void |
setStatus(SlateStatus status)
Sets the status value for this Slate.
|
void |
setTranscodeStatus(TranscodeStatus transcodeStatus)
Sets the transcodeStatus value for this Slate.
|
void |
setVideoSourceUrl(String videoSourceUrl)
Sets the videoSourceUrl value for this Slate.
|
String |
toString() |
public Slate()
public Slate(Long id, String name, SlateStatus status, TranscodeStatus transcodeStatus, String videoSourceUrl, DateTime lastModifiedDateTime)
public Long getId()
Slate. This value is read-only
and is assigned by Google.public void setId(Long id)
id - * The unique ID of the Slate. This value is read-only
and is assigned by Google.public String getName()
Slate. This value is required to create
a slate and has a maximum
length of 255 characters.public void setName(String name)
name - * The name of the Slate. This value is required to create
a slate and has a maximum
length of 255 characters.public SlateStatus getStatus()
Slate. This attribute is read-only
and is assigned by Google. Slates
are created in the SlateStatus.ACTIVE state.public void setStatus(SlateStatus status)
status - * The status of this Slate. This attribute is read-only
and is assigned by Google. Slates
are created in the SlateStatus.ACTIVE state.public TranscodeStatus getTranscodeStatus()
public void setTranscodeStatus(TranscodeStatus transcodeStatus)
transcodeStatus - * Server side transcoding status of the current slate.public String getVideoSourceUrl()
public void setVideoSourceUrl(String videoSourceUrl)
videoSourceUrl - * The location of the original asset if publisher provided and
slate is externally hosted.public DateTime getLastModifiedDateTime()
public void setLastModifiedDateTime(DateTime lastModifiedDateTime)
lastModifiedDateTime - * The date and time this slate was last modified.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.