public class CustomTargetingServiceInterfaceupdateCustomTargetingValuesResponse extends Object
Java class for updateCustomTargetingValuesResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="updateCustomTargetingValuesResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://www.google.com/apis/ads/publisher/v201711}CustomTargetingValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomTargetingValue> |
rval |
| Constructor and Description |
|---|
CustomTargetingServiceInterfaceupdateCustomTargetingValuesResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomTargetingValue> |
getRval()
Gets the value of the rval property.
|
protected List<CustomTargetingValue> rval
public CustomTargetingServiceInterfaceupdateCustomTargetingValuesResponse()
public List<CustomTargetingValue> getRval()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rval property.
For example, to add a new item, do as follows:
getRval().add(newItem);
Objects of the following type(s) are allowed in the list
CustomTargetingValue
Copyright © 2018. All Rights Reserved.