public class VideoMetadata extends Object
Java class for VideoMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoMetadata">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scalableType" type="{https://www.google.com/apis/ads/publisher/v201708}ScalableType" minOccurs="0"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="bitRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="minimumBitRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximumBitRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="size" type="{https://www.google.com/apis/ads/publisher/v201708}Size" minOccurs="0"/>
<element name="mimeType" type="{https://www.google.com/apis/ads/publisher/v201708}MimeType" minOccurs="0"/>
<element name="deliveryType" type="{https://www.google.com/apis/ads/publisher/v201708}VideoDeliveryType" minOccurs="0"/>
<element name="codecs" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bitRate |
protected List<String> |
codecs |
protected VideoDeliveryType |
deliveryType |
protected Integer |
duration |
protected Integer |
maximumBitRate |
protected MimeType |
mimeType |
protected Integer |
minimumBitRate |
protected ScalableType |
scalableType |
protected Size |
size |
| Constructor and Description |
|---|
VideoMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBitRate()
Gets the value of the bitRate property.
|
List<String> |
getCodecs()
Gets the value of the codecs property.
|
VideoDeliveryType |
getDeliveryType()
Gets the value of the deliveryType property.
|
Integer |
getDuration()
Gets the value of the duration property.
|
Integer |
getMaximumBitRate()
Gets the value of the maximumBitRate property.
|
MimeType |
getMimeType()
Gets the value of the mimeType property.
|
Integer |
getMinimumBitRate()
Gets the value of the minimumBitRate property.
|
ScalableType |
getScalableType()
Gets the value of the scalableType property.
|
Size |
getSize()
Gets the value of the size property.
|
void |
setBitRate(Integer value)
Sets the value of the bitRate property.
|
void |
setDeliveryType(VideoDeliveryType value)
Sets the value of the deliveryType property.
|
void |
setDuration(Integer value)
Sets the value of the duration property.
|
void |
setMaximumBitRate(Integer value)
Sets the value of the maximumBitRate property.
|
void |
setMimeType(MimeType value)
Sets the value of the mimeType property.
|
void |
setMinimumBitRate(Integer value)
Sets the value of the minimumBitRate property.
|
void |
setScalableType(ScalableType value)
Sets the value of the scalableType property.
|
void |
setSize(Size value)
Sets the value of the size property.
|
protected ScalableType scalableType
protected Integer duration
protected Integer bitRate
protected Integer minimumBitRate
protected Integer maximumBitRate
protected Size size
protected MimeType mimeType
protected VideoDeliveryType deliveryType
public ScalableType getScalableType()
ScalableTypepublic void setScalableType(ScalableType value)
value - allowed object is
ScalableTypepublic Integer getDuration()
Integerpublic void setDuration(Integer value)
value - allowed object is
Integerpublic Integer getBitRate()
Integerpublic void setBitRate(Integer value)
value - allowed object is
Integerpublic Integer getMinimumBitRate()
Integerpublic void setMinimumBitRate(Integer value)
value - allowed object is
Integerpublic Integer getMaximumBitRate()
Integerpublic void setMaximumBitRate(Integer value)
value - allowed object is
Integerpublic void setSize(Size value)
value - allowed object is
Sizepublic MimeType getMimeType()
MimeTypepublic void setMimeType(MimeType value)
value - allowed object is
MimeTypepublic VideoDeliveryType getDeliveryType()
VideoDeliveryTypepublic void setDeliveryType(VideoDeliveryType value)
value - allowed object is
VideoDeliveryTypepublic List<String> getCodecs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the codecs property.
For example, to add a new item, do as follows:
getCodecs().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All Rights Reserved.