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:
java.io.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:
- Serialized Form
-
Field Summary
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Constructor Summary
Constructors Constructor Description GroupCallCenterAgentThresholdDefaultProfileGetResponse()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.util.List<GroupCallCenterAgentThresholdDefaultProfileAgentTableRow>
getAgentTable()
java.lang.Boolean
getEnableNotificationEmail()
Group
getGroup()
java.lang.Boolean
getIncludeAgentsTable()
java.lang.String[]
getNotificationEmailAddress()
java.lang.String
getProfileDescription()
java.lang.String
getProfileName()
java.lang.Integer
getThresholdAverageBusyInTimeRed()
java.lang.Integer
getThresholdAverageBusyInTimeYellow()
java.lang.Integer
getThresholdAverageBusyOutTimeRed()
java.lang.Integer
getThresholdAverageBusyOutTimeYellow()
java.lang.Integer
getThresholdAverageWrapUpTimeRed()
java.lang.Integer
getThresholdAverageWrapUpTimeYellow()
java.lang.Integer
getThresholdCurrentAgentStateUnavailableTimeRed()
java.lang.Integer
getThresholdCurrentAgentStateUnavailableTimeYellow()
java.lang.Integer
getThresholdCurrentCallStateIdleTimeRed()
java.lang.Integer
getThresholdCurrentCallStateIdleTimeYellow()
java.lang.Integer
getThresholdCurrentCallStateOnCallTimeRed()
java.lang.Integer
getThresholdCurrentCallStateOnCallTimeYellow()
int
hashCode()
void
setAgentTable(java.util.List<GroupCallCenterAgentThresholdDefaultProfileAgentTableRow> agentTable)
void
setEnableNotificationEmail(java.lang.Boolean enableNotificationEmail)
void
setGroup(Group group)
void
setIncludeAgentsTable(java.lang.Boolean includeAgentsTable)
void
setNotificationEmailAddress(java.lang.String... notificationEmailAddress)
void
setProfileDescription(java.lang.String profileDescription)
void
setProfileName(java.lang.String profileName)
void
setThresholdAverageBusyInTimeRed(java.lang.Integer thresholdAverageBusyInTimeRed)
void
setThresholdAverageBusyInTimeYellow(java.lang.Integer thresholdAverageBusyInTimeYellow)
void
setThresholdAverageBusyOutTimeRed(java.lang.Integer thresholdAverageBusyOutTimeRed)
void
setThresholdAverageBusyOutTimeYellow(java.lang.Integer thresholdAverageBusyOutTimeYellow)
void
setThresholdAverageWrapUpTimeRed(java.lang.Integer thresholdAverageWrapUpTimeRed)
void
setThresholdAverageWrapUpTimeYellow(java.lang.Integer thresholdAverageWrapUpTimeYellow)
void
setThresholdCurrentAgentStateUnavailableTimeRed(java.lang.Integer thresholdCurrentAgentStateUnavailableTimeRed)
void
setThresholdCurrentAgentStateUnavailableTimeYellow(java.lang.Integer thresholdCurrentAgentStateUnavailableTimeYellow)
void
setThresholdCurrentCallStateIdleTimeRed(java.lang.Integer thresholdCurrentCallStateIdleTimeRed)
void
setThresholdCurrentCallStateIdleTimeYellow(java.lang.Integer thresholdCurrentCallStateIdleTimeYellow)
void
setThresholdCurrentCallStateOnCallTimeRed(java.lang.Integer thresholdCurrentCallStateOnCallTimeRed)
void
setThresholdCurrentCallStateOnCallTimeYellow(java.lang.Integer thresholdCurrentCallStateOnCallTimeYellow)
void
transform()
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, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
profileName
protected java.lang.String profileName -
profileDescription
protected java.lang.String profileDescription -
thresholdCurrentCallStateIdleTimeYellow
protected java.lang.Integer thresholdCurrentCallStateIdleTimeYellow -
thresholdCurrentCallStateIdleTimeRed
protected java.lang.Integer thresholdCurrentCallStateIdleTimeRed -
thresholdCurrentCallStateOnCallTimeYellow
protected java.lang.Integer thresholdCurrentCallStateOnCallTimeYellow -
thresholdCurrentCallStateOnCallTimeRed
protected java.lang.Integer thresholdCurrentCallStateOnCallTimeRed -
thresholdCurrentAgentStateUnavailableTimeYellow
protected java.lang.Integer thresholdCurrentAgentStateUnavailableTimeYellow -
thresholdCurrentAgentStateUnavailableTimeRed
protected java.lang.Integer thresholdCurrentAgentStateUnavailableTimeRed -
thresholdAverageBusyInTimeYellow
protected java.lang.Integer thresholdAverageBusyInTimeYellow -
thresholdAverageBusyInTimeRed
protected java.lang.Integer thresholdAverageBusyInTimeRed -
thresholdAverageBusyOutTimeYellow
protected java.lang.Integer thresholdAverageBusyOutTimeYellow -
thresholdAverageBusyOutTimeRed
protected java.lang.Integer thresholdAverageBusyOutTimeRed -
thresholdAverageWrapUpTimeYellow
protected java.lang.Integer thresholdAverageWrapUpTimeYellow -
thresholdAverageWrapUpTimeRed
protected java.lang.Integer thresholdAverageWrapUpTimeRed -
enableNotificationEmail
protected java.lang.Boolean enableNotificationEmail -
notificationEmailAddress
protected java.lang.String[] notificationEmailAddress -
agentTable
-
group
-
includeAgentsTable
protected java.lang.Boolean includeAgentsTable
-
-
Constructor Details
-
GroupCallCenterAgentThresholdDefaultProfileGetResponse
public GroupCallCenterAgentThresholdDefaultProfileGetResponse()
-
-
Method Details
-
setProfileName
public void setProfileName(java.lang.String profileName) -
getProfileName
public java.lang.String getProfileName() -
setProfileDescription
public void setProfileDescription(java.lang.String profileDescription) -
getProfileDescription
public java.lang.String getProfileDescription() -
setThresholdCurrentCallStateIdleTimeYellow
public void setThresholdCurrentCallStateIdleTimeYellow(java.lang.Integer thresholdCurrentCallStateIdleTimeYellow) -
getThresholdCurrentCallStateIdleTimeYellow
public java.lang.Integer getThresholdCurrentCallStateIdleTimeYellow() -
setThresholdCurrentCallStateIdleTimeRed
public void setThresholdCurrentCallStateIdleTimeRed(java.lang.Integer thresholdCurrentCallStateIdleTimeRed) -
getThresholdCurrentCallStateIdleTimeRed
public java.lang.Integer getThresholdCurrentCallStateIdleTimeRed() -
setThresholdCurrentCallStateOnCallTimeYellow
public void setThresholdCurrentCallStateOnCallTimeYellow(java.lang.Integer thresholdCurrentCallStateOnCallTimeYellow) -
getThresholdCurrentCallStateOnCallTimeYellow
public java.lang.Integer getThresholdCurrentCallStateOnCallTimeYellow() -
setThresholdCurrentCallStateOnCallTimeRed
public void setThresholdCurrentCallStateOnCallTimeRed(java.lang.Integer thresholdCurrentCallStateOnCallTimeRed) -
getThresholdCurrentCallStateOnCallTimeRed
public java.lang.Integer getThresholdCurrentCallStateOnCallTimeRed() -
setThresholdCurrentAgentStateUnavailableTimeYellow
public void setThresholdCurrentAgentStateUnavailableTimeYellow(java.lang.Integer thresholdCurrentAgentStateUnavailableTimeYellow) -
getThresholdCurrentAgentStateUnavailableTimeYellow
public java.lang.Integer getThresholdCurrentAgentStateUnavailableTimeYellow() -
setThresholdCurrentAgentStateUnavailableTimeRed
public void setThresholdCurrentAgentStateUnavailableTimeRed(java.lang.Integer thresholdCurrentAgentStateUnavailableTimeRed) -
getThresholdCurrentAgentStateUnavailableTimeRed
public java.lang.Integer getThresholdCurrentAgentStateUnavailableTimeRed() -
setThresholdAverageBusyInTimeYellow
public void setThresholdAverageBusyInTimeYellow(java.lang.Integer thresholdAverageBusyInTimeYellow) -
getThresholdAverageBusyInTimeYellow
public java.lang.Integer getThresholdAverageBusyInTimeYellow() -
setThresholdAverageBusyInTimeRed
public void setThresholdAverageBusyInTimeRed(java.lang.Integer thresholdAverageBusyInTimeRed) -
getThresholdAverageBusyInTimeRed
public java.lang.Integer getThresholdAverageBusyInTimeRed() -
setThresholdAverageBusyOutTimeYellow
public void setThresholdAverageBusyOutTimeYellow(java.lang.Integer thresholdAverageBusyOutTimeYellow) -
getThresholdAverageBusyOutTimeYellow
public java.lang.Integer getThresholdAverageBusyOutTimeYellow() -
setThresholdAverageBusyOutTimeRed
public void setThresholdAverageBusyOutTimeRed(java.lang.Integer thresholdAverageBusyOutTimeRed) -
getThresholdAverageBusyOutTimeRed
public java.lang.Integer getThresholdAverageBusyOutTimeRed() -
setThresholdAverageWrapUpTimeYellow
public void setThresholdAverageWrapUpTimeYellow(java.lang.Integer thresholdAverageWrapUpTimeYellow) -
getThresholdAverageWrapUpTimeYellow
public java.lang.Integer getThresholdAverageWrapUpTimeYellow() -
setThresholdAverageWrapUpTimeRed
public void setThresholdAverageWrapUpTimeRed(java.lang.Integer thresholdAverageWrapUpTimeRed) -
getThresholdAverageWrapUpTimeRed
public java.lang.Integer getThresholdAverageWrapUpTimeRed() -
setEnableNotificationEmail
public void setEnableNotificationEmail(java.lang.Boolean enableNotificationEmail) -
getEnableNotificationEmail
public java.lang.Boolean getEnableNotificationEmail() -
setNotificationEmailAddress
public void setNotificationEmailAddress(java.lang.String... notificationEmailAddress) -
getNotificationEmailAddress
public java.lang.String[] getNotificationEmailAddress() -
setAgentTable
public void setAgentTable(java.util.List<GroupCallCenterAgentThresholdDefaultProfileAgentTableRow> agentTable) -
getAgentTable
-
setGroup
-
getGroup
-
setIncludeAgentsTable
public void setIncludeAgentsTable(java.lang.Boolean includeAgentsTable) -
getIncludeAgentsTable
public java.lang.Boolean getIncludeAgentsTable() -
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-