public class PlacementPage extends Object
Placement objects.
Java class for PlacementPage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlacementPage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalResultSetSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="results" type="{https://www.google.com/apis/ads/publisher/v201802}Placement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Placement> |
results |
protected Integer |
startIndex |
protected Integer |
totalResultSetSize |
| Constructor and Description |
|---|
PlacementPage() |
| Modifier and Type | Method and Description |
|---|---|
List<Placement> |
getResults()
Gets the value of the results property.
|
Integer |
getStartIndex()
Gets the value of the startIndex property.
|
Integer |
getTotalResultSetSize()
Gets the value of the totalResultSetSize property.
|
void |
setStartIndex(Integer value)
Sets the value of the startIndex property.
|
void |
setTotalResultSetSize(Integer value)
Sets the value of the totalResultSetSize property.
|
protected Integer totalResultSetSize
protected Integer startIndex
public Integer getTotalResultSetSize()
Integerpublic void setTotalResultSetSize(Integer value)
value - allowed object is
Integerpublic Integer getStartIndex()
Integerpublic void setStartIndex(Integer value)
value - allowed object is
Integerpublic List<Placement> getResults()
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 results property.
For example, to add a new item, do as follows:
getResults().add(newItem);
Objects of the following type(s) are allowed in the list
Placement
Copyright © 2018. All Rights Reserved.