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 Boolean
protected Group
protected Boolean
protected String[]
protected String
protected String
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
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()
String[]
int
hashCode()
void
void
setEnableNotificationEmail
(Boolean enableNotificationEmail) void
void
setIncludeAgentsTable
(Boolean includeAgentsTable) void
setNotificationEmailAddress
(String... notificationEmailAddress) void
setProfileDescription
(String profileDescription) void
setProfileName
(String profileName) void
setThresholdAverageBusyInTimeRed
(Integer thresholdAverageBusyInTimeRed) void
setThresholdAverageBusyInTimeYellow
(Integer thresholdAverageBusyInTimeYellow) void
setThresholdAverageBusyOutTimeRed
(Integer thresholdAverageBusyOutTimeRed) void
setThresholdAverageBusyOutTimeYellow
(Integer thresholdAverageBusyOutTimeYellow) void
setThresholdAverageWrapUpTimeRed
(Integer thresholdAverageWrapUpTimeRed) void
setThresholdAverageWrapUpTimeYellow
(Integer thresholdAverageWrapUpTimeYellow) void
setThresholdCurrentAgentStateUnavailableTimeRed
(Integer thresholdCurrentAgentStateUnavailableTimeRed) void
setThresholdCurrentAgentStateUnavailableTimeYellow
(Integer thresholdCurrentAgentStateUnavailableTimeYellow) void
setThresholdCurrentCallStateIdleTimeRed
(Integer thresholdCurrentCallStateIdleTimeRed) void
setThresholdCurrentCallStateIdleTimeYellow
(Integer thresholdCurrentCallStateIdleTimeYellow) void
setThresholdCurrentCallStateOnCallTimeRed
(Integer thresholdCurrentCallStateOnCallTimeRed) void
setThresholdCurrentCallStateOnCallTimeYellow
(Integer thresholdCurrentCallStateOnCallTimeYellow) 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
-
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:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-