|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201201.UserPage
public class UserPage
Captures a page of User objects
| Constructor Summary | |
|---|---|
UserPage()
|
|
UserPage(Integer totalResultSetSize,
Integer startIndex,
User[] results)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
User[] |
getResults()
Gets the results value for this UserPage. |
User |
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 UserPage. |
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this UserPage. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setResults(int i,
User _value)
|
void |
setResults(User[] results)
Sets the results value for this UserPage. |
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this UserPage. |
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this UserPage. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserPage()
public UserPage(Integer totalResultSetSize,
Integer startIndex,
User[] results)
| Method Detail |
|---|
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 User[] getResults()
public void setResults(User[] results)
results - * The collection of users contained within this page.public User getResults(int i)
public void setResults(int i,
User _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||