public class Video extends Object
Java class for Video complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Video">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AspectRatio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreatedDateTimeInUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurationInMilliseconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FailureCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ModifiedDateTimeInUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SourceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ThumbnailUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
aspectRatio |
protected Calendar |
createdDateTimeInUTC |
protected String |
description |
protected Integer |
durationInMilliseconds |
protected String |
failureCode |
protected Long |
id |
protected Calendar |
modifiedDateTimeInUTC |
protected String |
sourceUrl |
protected String |
status |
protected String |
thumbnailUrl |
protected String |
url |
| Constructor and Description |
|---|
Video() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAspectRatio()
Gets the value of the aspectRatio property.
|
Calendar |
getCreatedDateTimeInUTC()
Gets the value of the createdDateTimeInUTC property.
|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getDurationInMilliseconds()
Gets the value of the durationInMilliseconds property.
|
String |
getFailureCode()
Gets the value of the failureCode property.
|
Long |
getId()
Gets the value of the id property.
|
Calendar |
getModifiedDateTimeInUTC()
Gets the value of the modifiedDateTimeInUTC property.
|
String |
getSourceUrl()
Gets the value of the sourceUrl property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getThumbnailUrl()
Gets the value of the thumbnailUrl property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setAspectRatio(String value)
Sets the value of the aspectRatio property.
|
void |
setCreatedDateTimeInUTC(Calendar value)
Sets the value of the createdDateTimeInUTC property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDurationInMilliseconds(Integer value)
Sets the value of the durationInMilliseconds property.
|
void |
setFailureCode(String value)
Sets the value of the failureCode property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setModifiedDateTimeInUTC(Calendar value)
Sets the value of the modifiedDateTimeInUTC property.
|
void |
setSourceUrl(String value)
Sets the value of the sourceUrl property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setThumbnailUrl(String value)
Sets the value of the thumbnailUrl property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String aspectRatio
protected Calendar createdDateTimeInUTC
protected String description
protected Integer durationInMilliseconds
protected String failureCode
protected Long id
protected Calendar modifiedDateTimeInUTC
protected String sourceUrl
protected String status
protected String thumbnailUrl
protected String url
public String getAspectRatio()
Stringpublic void setAspectRatio(String value)
value - allowed object is
Stringpublic Calendar getCreatedDateTimeInUTC()
Stringpublic void setCreatedDateTimeInUTC(Calendar value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Integer getDurationInMilliseconds()
Integerpublic void setDurationInMilliseconds(Integer value)
value - allowed object is
Integerpublic String getFailureCode()
Stringpublic void setFailureCode(String value)
value - allowed object is
Stringpublic void setId(Long value)
value - allowed object is
Longpublic Calendar getModifiedDateTimeInUTC()
Stringpublic void setModifiedDateTimeInUTC(Calendar value)
value - allowed object is
Stringpublic String getSourceUrl()
Stringpublic void setSourceUrl(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getThumbnailUrl()
Stringpublic void setThumbnailUrl(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2024. All rights reserved.