public class CustomTargetingKeyPage extends Object implements Serializable
CustomTargetingKey objects.| Constructor and Description |
|---|
CustomTargetingKeyPage() |
CustomTargetingKeyPage(Integer totalResultSetSize,
Integer startIndex,
CustomTargetingKey[] 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
|
CustomTargetingKey[] |
getResults()
Gets the results value for this CustomTargetingKeyPage.
|
CustomTargetingKey |
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 CustomTargetingKeyPage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this CustomTargetingKeyPage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setResults(CustomTargetingKey[] results)
Sets the results value for this CustomTargetingKeyPage.
|
void |
setResults(int i,
CustomTargetingKey _value) |
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this CustomTargetingKeyPage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this CustomTargetingKeyPage.
|
public CustomTargetingKeyPage()
public CustomTargetingKeyPage(Integer totalResultSetSize, Integer startIndex, CustomTargetingKey[] 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 CustomTargetingKey[] getResults()
public void setResults(CustomTargetingKey[] results)
results - * The collection of custom targeting keys contained within this
page.public CustomTargetingKey getResults(int i)
public void setResults(int i,
CustomTargetingKey _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.