public class RichMediaStudioChildAssetProperty extends Object
RichMediaStudioCreative.
Java class for RichMediaStudioChildAssetProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RichMediaStudioChildAssetProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{https://www.google.com/apis/ads/publisher/v201711}RichMediaStudioChildAssetProperty.Type" minOccurs="0"/>
<element name="totalFileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" 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 Integer |
height |
protected String |
name |
protected Long |
totalFileSize |
protected RichMediaStudioChildAssetPropertyType |
type |
protected String |
url |
protected Integer |
width |
| Constructor and Description |
|---|
RichMediaStudioChildAssetProperty() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
Gets the value of the height property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getTotalFileSize()
Gets the value of the totalFileSize property.
|
RichMediaStudioChildAssetPropertyType |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
Integer |
getWidth()
Gets the value of the width property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTotalFileSize(Long value)
Sets the value of the totalFileSize property.
|
void |
setType(RichMediaStudioChildAssetPropertyType value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected String name
protected RichMediaStudioChildAssetPropertyType type
protected Long totalFileSize
protected Integer width
protected Integer height
protected String url
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic RichMediaStudioChildAssetPropertyType getType()
RichMediaStudioChildAssetPropertyTypepublic void setType(RichMediaStudioChildAssetPropertyType value)
value - allowed object is
RichMediaStudioChildAssetPropertyTypepublic Long getTotalFileSize()
Longpublic void setTotalFileSize(Long value)
value - allowed object is
Longpublic Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integerpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic String getUrl()
StringCopyright © 2018. All Rights Reserved.