Package co.ecg.alpaca.toolkit.generated
Class User.UserGetListInSystemResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.User.UserGetListInSystemResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
public static class User.UserGetListInSystemResponse extends Response
Response to UserGetListInSystemRequest. Contains a table with column headings : "User Id", "Group Id", "Service Provider Id", "Last Name", "First Name", "Department", "Phone Number", "Phone Number Activated", "Email Address", "Hiragana Last Name", "Hiragana First Name", "In Trunk Group", "Extension", "Reseller Id" in a row for each user. The following columns are only returned in AS data mode: "Reseller Id"- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<UserUserTable2Row>
userTable
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description UserGetListInSystemResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<UserUserTable2Row>
getUserTable()
int
hashCode()
void
setUserTable(List<UserUserTable2Row> userTable)
String
toString()
void
transform()
Transforms the Response from XML Content to a populated POJO-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
-
-
-
Field Detail
-
userTable
protected List<UserUserTable2Row> userTable
-
-
Method Detail
-
setUserTable
public void setUserTable(List<UserUserTable2Row> userTable)
-
getUserTable
public List<UserUserTable2Row> getUserTable()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-