Package co.ecg.alpaca.toolkit.generated
Class HuntGroup.GroupHuntGroupGetInstanceResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.HuntGroup.GroupHuntGroupGetInstanceResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
HuntGroup
Response to GroupHuntGroupGetInstanceRequest20. Contains the service profile information and a table of assigned users. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Weight", "Phone Number", "Extension", "Department", "Email Address", "Is Phone Number Activated", "Country Code","National Prefix", "Department Name" ,"Department Type", "Parent Department", "Parent Department Type","Group Id","Group Name". The following elements are only used in AS data mode: useSystemHuntGroupCLIDSetting includeHuntGroupNameInCLID Is Phone Number Activated Country Code National Prefix Department Name Department Type Parent Department Parent Department Type Group Id Group Name
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<GroupHuntGroupAgentUserTableRow> protected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Integerprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected Integerprotected Stringprotected HuntPolicyprotected ServiceInstanceReadProfile19sp1protected HuntGroupprotected BooleanFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAgentUserTable(List<GroupHuntGroupAgentUserTableRow> agentUserTable) voidsetAllowCallWaitingForAgents(Boolean allowCallWaitingForAgents) voidsetAllowMembersToControlGroupBusy(Boolean allowMembersToControlGroupBusy) voidsetApplyGroupBusyWhenTerminatingToAgent(Boolean applyGroupBusyWhenTerminatingToAgent) voidsetEnableGroupBusy(Boolean enableGroupBusy) voidsetEnableNotReachableForwarding(Boolean enableNotReachableForwarding) voidsetForwardAfterTimeout(Boolean forwardAfterTimeout) voidsetForwardTimeoutSeconds(Integer forwardTimeoutSeconds) voidsetForwardToPhoneNumber(String forwardToPhoneNumber) voidsetHuntAfterNoAnswer(Boolean huntAfterNoAnswer) voidsetIncludeHuntGroupNameInCLID(Boolean includeHuntGroupNameInCLID) voidsetMakeBusyWhenNotReachable(Boolean makeBusyWhenNotReachable) voidsetNetworkClassOfService(String networkClassOfService) voidsetNoAnswerNumberOfRings(Integer noAnswerNumberOfRings) voidsetNotReachableForwardToPhoneNumber(String notReachableForwardToPhoneNumber) voidsetPolicy(HuntPolicy policy) voidsetServiceInstanceProfile(ServiceInstanceReadProfile19sp1 serviceInstanceProfile) voidvoidsetUseSystemHuntGroupCLIDSetting(Boolean useSystemHuntGroupCLIDSetting) toString()voidTransforms 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, setRequestMethods 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
-
serviceInstanceProfile
-
policy
-
huntAfterNoAnswer
-
noAnswerNumberOfRings
-
forwardAfterTimeout
-
forwardTimeoutSeconds
-
forwardToPhoneNumber
-
agentUserTable
-
allowCallWaitingForAgents
-
useSystemHuntGroupCLIDSetting
-
includeHuntGroupNameInCLID
-
enableNotReachableForwarding
-
notReachableForwardToPhoneNumber
-
makeBusyWhenNotReachable
-
allowMembersToControlGroupBusy
-
enableGroupBusy
-
applyGroupBusyWhenTerminatingToAgent
-
networkClassOfService
-
user
-
-
Constructor Details
-
GroupHuntGroupGetInstanceResponse
public GroupHuntGroupGetInstanceResponse()
-
-
Method Details
-
setServiceInstanceProfile
-
getServiceInstanceProfile
-
setPolicy
-
getPolicy
-
setHuntAfterNoAnswer
-
getHuntAfterNoAnswer
-
setNoAnswerNumberOfRings
-
getNoAnswerNumberOfRings
-
setForwardAfterTimeout
-
getForwardAfterTimeout
-
setForwardTimeoutSeconds
-
getForwardTimeoutSeconds
-
setForwardToPhoneNumber
-
getForwardToPhoneNumber
-
setAgentUserTable
-
getAgentUserTable
-
setAllowCallWaitingForAgents
-
getAllowCallWaitingForAgents
-
setUseSystemHuntGroupCLIDSetting
-
getUseSystemHuntGroupCLIDSetting
-
setIncludeHuntGroupNameInCLID
-
getIncludeHuntGroupNameInCLID
-
setEnableNotReachableForwarding
-
getEnableNotReachableForwarding
-
setNotReachableForwardToPhoneNumber
-
getNotReachableForwardToPhoneNumber
-
setMakeBusyWhenNotReachable
-
getMakeBusyWhenNotReachable
-
setAllowMembersToControlGroupBusy
-
getAllowMembersToControlGroupBusy
-
setEnableGroupBusy
-
getEnableGroupBusy
-
setApplyGroupBusyWhenTerminatingToAgent
-
getApplyGroupBusyWhenTerminatingToAgent
-
setNetworkClassOfService
-
getNetworkClassOfService
-
setUser
-
getHuntGroup
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-