org.yestech.rpx.objectmodel
Class GetContactsResponse
java.lang.Object
org.yestech.rpx.objectmodel.GetContactsResponse
- All Implemented Interfaces:
- Serializable
public class GetContactsResponse
- extends Object
- implements Serializable
- Author:
- A.J. Wright
- See Also:
- Serialized Form
GetContactsResponse
public GetContactsResponse()
getStartIndex
public int getStartIndex()
setStartIndex
public void setStartIndex(int startIndex)
getItemsPerPage
public int getItemsPerPage()
setItemsPerPage
public void setItemsPerPage(int itemsPerPage)
getTotalResults
public int getTotalResults()
setTotalResults
public void setTotalResults(int totalResults)
getStat
public RPXStat getStat()
setStat
public void setStat(RPXStat stat)
getEntry
public Collection<Contact> getEntry()
setEntry
public void setEntry(Collection<Contact> entry)
fromJson
public static GetContactsResponse fromJson(org.json.JSONObject json)
throws org.json.JSONException
- Throws:
org.json.JSONException
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010 YES Technology Association. All Rights Reserved.