public class SuggestedAdUnitUpdateResult extends Object
SuggestedAdUnit objects.
Java class for SuggestedAdUnitUpdateResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SuggestedAdUnitUpdateResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="newAdUnitIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="numChanges" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
newAdUnitIds |
protected Integer |
numChanges |
| Constructor and Description |
|---|
SuggestedAdUnitUpdateResult() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getNewAdUnitIds()
Gets the value of the newAdUnitIds property.
|
Integer |
getNumChanges()
Gets the value of the numChanges property.
|
void |
setNumChanges(Integer value)
Sets the value of the numChanges property.
|
protected Integer numChanges
public List<String> getNewAdUnitIds()
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 newAdUnitIds property.
For example, to add a new item, do as follows:
getNewAdUnitIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Integer getNumChanges()
IntegerCopyright © 2018. All Rights Reserved.