public class MarketplaceCommentPage extends Object
MarketplaceComment objects.
Java class for MarketplaceCommentPage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarketplaceCommentPage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="results" type="{https://www.google.com/apis/ads/publisher/v201805}MarketplaceComment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MarketplaceComment> |
results |
protected Integer |
startIndex |
| Constructor and Description |
|---|
MarketplaceCommentPage() |
| Modifier and Type | Method and Description |
|---|---|
List<MarketplaceComment> |
getResults()
Gets the value of the results property.
|
Integer |
getStartIndex()
Gets the value of the startIndex property.
|
void |
setStartIndex(Integer value)
Sets the value of the startIndex property.
|
protected Integer startIndex
protected List<MarketplaceComment> results
public Integer getStartIndex()
Integerpublic void setStartIndex(Integer value)
value - allowed object is
Integerpublic List<MarketplaceComment> 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
MarketplaceComment
Copyright © 2018. All Rights Reserved.