Package co.ecg.alpaca.toolkit.generated
Class Group.GroupNetworkClassOfServiceGetAssignedUserListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Group.GroupNetworkClassOfServiceGetAssignedUserListResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Group
Response to GroupNetworkClassOfServiceGetAssignedUserListRequest21. Contains a table of users that have the Network Class of Service assigned. The column headings are: "User Id", "User Type", "Last Name", "First Name", "Department", "Phone Number", "Email Address", "Service Provider Id", "Group Id", "Hiragana Last Name" and "Hiragana First Name" , "Extension". The User type column will display Auto Attendant and the Call Center subtype. Call Center - Basic, Call Center - Standard and Call Center - Premium will be displayed instead of Call Center and Auto Attendant (for the Basic Auto Attendant) and Auto Attendant - Standard instead of Auto Attendant.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Group
protected String
protected List<GroupNetworkClassOfServiceUserTableRow>
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
getGroup()
int
hashCode()
void
void
setNetworkClassOfService
(String networkClassOfService) void
setUserTable
(List<GroupNetworkClassOfServiceUserTableRow> userTable) toString()
void
Transforms the Response from XML Content to a populated POJOMethods 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 Details
-
userTable
-
group
-
networkClassOfService
-
-
Constructor Details
-
GroupNetworkClassOfServiceGetAssignedUserListResponse
public GroupNetworkClassOfServiceGetAssignedUserListResponse()
-
-
Method Details
-
setUserTable
-
getUserTable
-
setGroup
-
getGroup
-
setNetworkClassOfService
-
getNetworkClassOfService
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-