public class CustomTargetingPremiumFeature extends PremiumFeature
Java class for CustomTargetingPremiumFeature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomTargetingPremiumFeature">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}PremiumFeature">
<sequence>
<element name="customTargetingKeyId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="customTargetingValueId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customTargetingKeyId |
protected Long |
customTargetingValueId |
| Constructor and Description |
|---|
CustomTargetingPremiumFeature() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomTargetingKeyId()
Gets the value of the customTargetingKeyId property.
|
Long |
getCustomTargetingValueId()
Gets the value of the customTargetingValueId property.
|
void |
setCustomTargetingKeyId(Long value)
Sets the value of the customTargetingKeyId property.
|
void |
setCustomTargetingValueId(Long value)
Sets the value of the customTargetingValueId property.
|
protected Long customTargetingKeyId
protected Long customTargetingValueId
public Long getCustomTargetingKeyId()
Longpublic void setCustomTargetingKeyId(Long value)
value - allowed object is
Longpublic Long getCustomTargetingValueId()
LongCopyright © 2018. All Rights Reserved.