sharpster.common
Class GroupResponse
java.lang.Object
|
+--sharpster.common.Response
|
+--sharpster.common.GroupResponse
- All Implemented Interfaces:
- java.io.Serializable
- public class GroupResponse
- extends Response
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupResponse
public GroupResponse()
getSubError
public int getSubError()
setSubError
public void setSubError(int error)
getCommand
public int getCommand()
setCommand
public void setCommand(int command)
getUsers
public java.util.LinkedList getUsers()
setUsers
public void setUsers(java.util.LinkedList users)
getGroups
public java.util.LinkedList getGroups()
setGroups
public void setGroups(java.util.LinkedList groups)
getType
public int getType()
- Description copied from class:
Response
- Get the type of this response.
- Specified by:
getType
in class Response
toString
public java.lang.String toString()
- Overrides:
toString
in class Response