public class ConversionEventTrackingUrlsMapEntry extends Object
Java class for ConversionEvent_TrackingUrlsMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConversionEvent_TrackingUrlsMapEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{https://www.google.com/apis/ads/publisher/v201802}ConversionEvent" minOccurs="0"/>
<element name="value" type="{https://www.google.com/apis/ads/publisher/v201802}TrackingUrls" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConversionEvent |
key |
protected TrackingUrls |
value |
| Constructor and Description |
|---|
ConversionEventTrackingUrlsMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
ConversionEvent |
getKey()
Gets the value of the key property.
|
TrackingUrls |
getValue()
Gets the value of the value property.
|
void |
setKey(ConversionEvent value)
Sets the value of the key property.
|
void |
setValue(TrackingUrls value)
Sets the value of the value property.
|
protected ConversionEvent key
protected TrackingUrls value
public ConversionEvent getKey()
ConversionEventpublic void setKey(ConversionEvent value)
value - allowed object is
ConversionEventpublic TrackingUrls getValue()
TrackingUrlspublic void setValue(TrackingUrls value)
value - allowed object is
TrackingUrlsCopyright © 2018. All Rights Reserved.