public class CustomAffinityPage extends Object
CustomAffinitys resulting from
the filtering of the CustomAffinityService#get call.
Java class for CustomAffinityPage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomAffinityPage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entries" type="{https://adwords.google.com/api/adwords/rm/v201809}CustomAffinity" maxOccurs="unbounded" minOccurs="0"/>
<element name="totalNumEntries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomAffinity> |
entries |
protected Integer |
totalNumEntries |
| Constructor and Description |
|---|
CustomAffinityPage() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomAffinity> |
getEntries()
Gets the value of the entries property.
|
Integer |
getTotalNumEntries()
Gets the value of the totalNumEntries property.
|
void |
setTotalNumEntries(Integer value)
Sets the value of the totalNumEntries property.
|
protected List<CustomAffinity> entries
protected Integer totalNumEntries
public List<CustomAffinity> getEntries()
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 entries property.
For example, to add a new item, do as follows:
getEntries().add(newItem);
Objects of the following type(s) are allowed in the list
CustomAffinity
public Integer getTotalNumEntries()
IntegerCopyright © 2023. All rights reserved.