public class CreativeSetPage extends Object implements Serializable, Iterable<CreativeSet>
CreativeSet objects.| Constructor and Description |
|---|
CreativeSetPage() |
CreativeSetPage(Integer totalResultSetSize,
Integer startIndex,
CreativeSet[] results) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
CreativeSet[] |
getResults()
Gets the results value for this CreativeSetPage.
|
CreativeSet |
getResults(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Integer |
getStartIndex()
Gets the startIndex value for this CreativeSetPage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this CreativeSetPage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
Iterator<CreativeSet> |
iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
void |
setResults(CreativeSet[] results)
Sets the results value for this CreativeSetPage.
|
void |
setResults(int i,
CreativeSet _value) |
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this CreativeSetPage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this CreativeSetPage.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic CreativeSetPage()
public CreativeSetPage(Integer totalResultSetSize, Integer startIndex, CreativeSet[] results)
public Integer getTotalResultSetSize()
public void setTotalResultSetSize(Integer totalResultSetSize)
totalResultSetSize - * The size of the total result set to which this page belongs.public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
startIndex - * The absolute index in the total result set on which this page
begins.public CreativeSet[] getResults()
public void setResults(CreativeSet[] results)
results - * The collection of creative sets contained within this page.public CreativeSet getResults(int i)
public void setResults(int i,
CreativeSet _value)
public Iterator<CreativeSet> iterator()
results that:
null.Iterator.remove().iterator in interface Iterable<CreativeSet>public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.