Class GroupCallPark.GroupCallParkGetInstancePagedSortedResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.services.GroupCallPark.GroupCallParkGetInstancePagedSortedResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GroupCallPark
public static class GroupCallPark.GroupCallParkGetInstancePagedSortedResponse extends Response
Response to the GroupCallParkGetInstancePagedSortedRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address". The users are in the table are in the order they will try to be parked on.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Groupgroupprotected Stringnameprotected StringrecallAlternateUserIdprotected CallParkRecallTorecallToprotected List<GroupCallParkUserTableRow>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 GroupCallParkGetInstancePagedSortedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GroupgetGroup()StringgetName()StringgetRecallAlternateUserId()CallParkRecallTogetRecallTo()List<GroupCallParkUserTableRow>getUserTable()inthashCode()voidsetGroup(Group group)voidsetName(String name)voidsetRecallAlternateUserId(String recallAlternateUserId)voidsetRecallTo(CallParkRecallTo recallTo)voidsetUserTable(List<GroupCallParkUserTableRow> userTable)StringtoString()voidtransform()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
-
recallAlternateUserId
protected String recallAlternateUserId
-
recallTo
protected CallParkRecallTo recallTo
-
userTable
protected List<GroupCallParkUserTableRow> userTable
-
group
protected transient Group group
-
name
protected String name
-
-
Method Detail
-
setRecallAlternateUserId
public void setRecallAlternateUserId(String recallAlternateUserId)
-
getRecallAlternateUserId
public String getRecallAlternateUserId()
-
setRecallTo
public void setRecallTo(CallParkRecallTo recallTo)
-
getRecallTo
public CallParkRecallTo getRecallTo()
-
setUserTable
public void setUserTable(List<GroupCallParkUserTableRow> userTable)
-
getUserTable
public List<GroupCallParkUserTableRow> getUserTable()
-
setGroup
public void setGroup(Group group)
-
getGroup
public Group getGroup()
-
setName
public void setName(String name)
-
getName
public String getName()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-