Package co.ecg.alpaca.toolkit.generated
Class CallCenter.GroupCallCenterAgentThresholdDefaultProfileGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterAgentThresholdDefaultProfileGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CallCenter
public static class CallCenter.GroupCallCenterAgentThresholdDefaultProfileGetResponse
extends Response
Response to the GroupCallCenterAgentThresholdDefaultProfileGetRequest. The agent table contains the agents assigned to the profile and has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address";
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Groupprotected Booleanprotected String[]protected Stringprotected Stringprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected IntegerFields 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 TypeMethodDescriptionbooleangetGroup()String[]inthashCode()voidvoidsetEnableNotificationEmail(Boolean enableNotificationEmail) voidvoidsetIncludeAgentsTable(Boolean includeAgentsTable) voidsetNotificationEmailAddress(String... notificationEmailAddress) voidsetProfileDescription(String profileDescription) voidsetProfileName(String profileName) voidsetThresholdAverageBusyInTimeRed(Integer thresholdAverageBusyInTimeRed) voidsetThresholdAverageBusyInTimeYellow(Integer thresholdAverageBusyInTimeYellow) voidsetThresholdAverageBusyOutTimeRed(Integer thresholdAverageBusyOutTimeRed) voidsetThresholdAverageBusyOutTimeYellow(Integer thresholdAverageBusyOutTimeYellow) voidsetThresholdAverageWrapUpTimeRed(Integer thresholdAverageWrapUpTimeRed) voidsetThresholdAverageWrapUpTimeYellow(Integer thresholdAverageWrapUpTimeYellow) voidsetThresholdCurrentAgentStateUnavailableTimeRed(Integer thresholdCurrentAgentStateUnavailableTimeRed) voidsetThresholdCurrentAgentStateUnavailableTimeYellow(Integer thresholdCurrentAgentStateUnavailableTimeYellow) voidsetThresholdCurrentCallStateIdleTimeRed(Integer thresholdCurrentCallStateIdleTimeRed) voidsetThresholdCurrentCallStateIdleTimeYellow(Integer thresholdCurrentCallStateIdleTimeYellow) voidsetThresholdCurrentCallStateOnCallTimeRed(Integer thresholdCurrentCallStateOnCallTimeRed) voidsetThresholdCurrentCallStateOnCallTimeYellow(Integer thresholdCurrentCallStateOnCallTimeYellow) 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
-
profileName
-
profileDescription
-
thresholdCurrentCallStateIdleTimeYellow
-
thresholdCurrentCallStateIdleTimeRed
-
thresholdCurrentCallStateOnCallTimeYellow
-
thresholdCurrentCallStateOnCallTimeRed
-
thresholdAverageBusyInTimeYellow
-
thresholdAverageBusyInTimeRed
-
thresholdAverageBusyOutTimeYellow
-
thresholdAverageBusyOutTimeRed
-
thresholdAverageWrapUpTimeYellow
-
thresholdAverageWrapUpTimeRed
-
enableNotificationEmail
-
notificationEmailAddress
-
agentTable
-
group
-
includeAgentsTable
-
-
Constructor Details
-
GroupCallCenterAgentThresholdDefaultProfileGetResponse
public GroupCallCenterAgentThresholdDefaultProfileGetResponse()
-
-
Method Details
-
setProfileName
-
getProfileName
-
setProfileDescription
-
getProfileDescription
-
setThresholdCurrentCallStateIdleTimeYellow
public void setThresholdCurrentCallStateIdleTimeYellow(Integer thresholdCurrentCallStateIdleTimeYellow) -
getThresholdCurrentCallStateIdleTimeYellow
-
setThresholdCurrentCallStateIdleTimeRed
-
getThresholdCurrentCallStateIdleTimeRed
-
setThresholdCurrentCallStateOnCallTimeYellow
public void setThresholdCurrentCallStateOnCallTimeYellow(Integer thresholdCurrentCallStateOnCallTimeYellow) -
getThresholdCurrentCallStateOnCallTimeYellow
-
setThresholdCurrentCallStateOnCallTimeRed
public void setThresholdCurrentCallStateOnCallTimeRed(Integer thresholdCurrentCallStateOnCallTimeRed) -
getThresholdCurrentCallStateOnCallTimeRed
-
setThresholdAverageBusyInTimeYellow
-
getThresholdAverageBusyInTimeYellow
-
setThresholdAverageBusyInTimeRed
-
getThresholdAverageBusyInTimeRed
-
setThresholdAverageBusyOutTimeYellow
-
getThresholdAverageBusyOutTimeYellow
-
setThresholdAverageBusyOutTimeRed
-
getThresholdAverageBusyOutTimeRed
-
setThresholdAverageWrapUpTimeYellow
-
getThresholdAverageWrapUpTimeYellow
-
setThresholdAverageWrapUpTimeRed
-
getThresholdAverageWrapUpTimeRed
-
setEnableNotificationEmail
-
getEnableNotificationEmail
-
setNotificationEmailAddress
-
getNotificationEmailAddress
-
setAgentTable
public void setAgentTable(List<GroupCallCenterAgentThresholdDefaultProfileAgentTableRow> agentTable) -
getAgentTable
-
setGroup
-
getGroup
-
setIncludeAgentsTable
-
getIncludeAgentsTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-