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