public class CustomTargetingServiceInterfacegetCustomTargetingKeysByStatementResponse extends Object
Java class for getCustomTargetingKeysByStatementResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getCustomTargetingKeysByStatementResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://www.google.com/apis/ads/publisher/v201802}CustomTargetingKeyPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected CustomTargetingKeyPage |
rval |
| Constructor and Description |
|---|
CustomTargetingServiceInterfacegetCustomTargetingKeysByStatementResponse() |
| Modifier and Type | Method and Description |
|---|---|
CustomTargetingKeyPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(CustomTargetingKeyPage value)
Sets the value of the rval property.
|
protected CustomTargetingKeyPage rval
public CustomTargetingServiceInterfacegetCustomTargetingKeysByStatementResponse()
public CustomTargetingKeyPage getRval()
CustomTargetingKeyPagepublic void setRval(CustomTargetingKeyPage value)
value - allowed object is
CustomTargetingKeyPageCopyright © 2018. All Rights Reserved.