public class MediaSizeDimensionsMapEntry extends Object
Java class for Media_Size_DimensionsMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Media_Size_DimensionsMapEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{https://adwords.google.com/api/adwords/cm/v201809}Media.Size" minOccurs="0"/>
<element name="value" type="{https://adwords.google.com/api/adwords/cm/v201809}Dimensions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MediaSize |
key |
protected Dimensions |
value |
| Constructor and Description |
|---|
MediaSizeDimensionsMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
MediaSize |
getKey()
Gets the value of the key property.
|
Dimensions |
getValue()
Gets the value of the value property.
|
void |
setKey(MediaSize value)
Sets the value of the key property.
|
void |
setValue(Dimensions value)
Sets the value of the value property.
|
protected MediaSize key
protected Dimensions value
public MediaSize getKey()
MediaSizepublic void setKey(MediaSize value)
value - allowed object is
MediaSizepublic Dimensions getValue()
Dimensionspublic void setValue(Dimensions value)
value - allowed object is
DimensionsCopyright © 2023. All rights reserved.