Class CallCenter.EnterpriseCallCenterAgentThresholdDefaultProfileGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.CallCenter.EnterpriseCallCenterAgentThresholdDefaultProfileGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
CallCenter

public static class CallCenter.EnterpriseCallCenterAgentThresholdDefaultProfileGetResponse extends Response
Response to the EnterpriseCallCenterAgentThresholdDefaultProfileGetRequest. 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 Details

    • profileName

      protected String profileName
    • profileDescription

      protected String profileDescription
    • thresholdCurrentCallStateIdleTimeYellow

      protected Integer thresholdCurrentCallStateIdleTimeYellow
    • thresholdCurrentCallStateIdleTimeRed

      protected Integer thresholdCurrentCallStateIdleTimeRed
    • thresholdCurrentCallStateOnCallTimeYellow

      protected Integer thresholdCurrentCallStateOnCallTimeYellow
    • thresholdCurrentCallStateOnCallTimeRed

      protected Integer thresholdCurrentCallStateOnCallTimeRed
    • thresholdCurrentAgentStateUnavailableTimeYellow

      protected Integer thresholdCurrentAgentStateUnavailableTimeYellow
    • thresholdCurrentAgentStateUnavailableTimeRed

      protected Integer thresholdCurrentAgentStateUnavailableTimeRed
    • thresholdAverageBusyInTimeYellow

      protected Integer thresholdAverageBusyInTimeYellow
    • thresholdAverageBusyInTimeRed

      protected Integer thresholdAverageBusyInTimeRed
    • thresholdAverageBusyOutTimeYellow

      protected Integer thresholdAverageBusyOutTimeYellow
    • thresholdAverageBusyOutTimeRed

      protected Integer thresholdAverageBusyOutTimeRed
    • thresholdAverageWrapUpTimeYellow

      protected Integer thresholdAverageWrapUpTimeYellow
    • thresholdAverageWrapUpTimeRed

      protected Integer thresholdAverageWrapUpTimeRed
    • enableNotificationEmail

      protected Boolean enableNotificationEmail
    • notificationEmailAddress

      protected String[] notificationEmailAddress
    • agentTable

    • enterprise

      protected transient Enterprise enterprise
    • includeAgentsTable

      protected Boolean includeAgentsTable
  • Constructor Details

    • EnterpriseCallCenterAgentThresholdDefaultProfileGetResponse

      public EnterpriseCallCenterAgentThresholdDefaultProfileGetResponse()
  • Method Details

    • setProfileName

      public void setProfileName(String profileName)
    • getProfileName

      public String getProfileName()
    • setProfileDescription

      public void setProfileDescription(String profileDescription)
    • getProfileDescription

      public String getProfileDescription()
    • setThresholdCurrentCallStateIdleTimeYellow

      public void setThresholdCurrentCallStateIdleTimeYellow(Integer thresholdCurrentCallStateIdleTimeYellow)
    • getThresholdCurrentCallStateIdleTimeYellow

      public Integer getThresholdCurrentCallStateIdleTimeYellow()
    • setThresholdCurrentCallStateIdleTimeRed

      public void setThresholdCurrentCallStateIdleTimeRed(Integer thresholdCurrentCallStateIdleTimeRed)
    • getThresholdCurrentCallStateIdleTimeRed

      public Integer getThresholdCurrentCallStateIdleTimeRed()
    • setThresholdCurrentCallStateOnCallTimeYellow

      public void setThresholdCurrentCallStateOnCallTimeYellow(Integer thresholdCurrentCallStateOnCallTimeYellow)
    • getThresholdCurrentCallStateOnCallTimeYellow

      public Integer getThresholdCurrentCallStateOnCallTimeYellow()
    • setThresholdCurrentCallStateOnCallTimeRed

      public void setThresholdCurrentCallStateOnCallTimeRed(Integer thresholdCurrentCallStateOnCallTimeRed)
    • getThresholdCurrentCallStateOnCallTimeRed

      public Integer getThresholdCurrentCallStateOnCallTimeRed()
    • setThresholdCurrentAgentStateUnavailableTimeYellow

      public void setThresholdCurrentAgentStateUnavailableTimeYellow(Integer thresholdCurrentAgentStateUnavailableTimeYellow)
    • getThresholdCurrentAgentStateUnavailableTimeYellow

      public Integer getThresholdCurrentAgentStateUnavailableTimeYellow()
    • setThresholdCurrentAgentStateUnavailableTimeRed

      public void setThresholdCurrentAgentStateUnavailableTimeRed(Integer thresholdCurrentAgentStateUnavailableTimeRed)
    • getThresholdCurrentAgentStateUnavailableTimeRed

      public Integer getThresholdCurrentAgentStateUnavailableTimeRed()
    • setThresholdAverageBusyInTimeYellow

      public void setThresholdAverageBusyInTimeYellow(Integer thresholdAverageBusyInTimeYellow)
    • getThresholdAverageBusyInTimeYellow

      public Integer getThresholdAverageBusyInTimeYellow()
    • setThresholdAverageBusyInTimeRed

      public void setThresholdAverageBusyInTimeRed(Integer thresholdAverageBusyInTimeRed)
    • getThresholdAverageBusyInTimeRed

      public Integer getThresholdAverageBusyInTimeRed()
    • setThresholdAverageBusyOutTimeYellow

      public void setThresholdAverageBusyOutTimeYellow(Integer thresholdAverageBusyOutTimeYellow)
    • getThresholdAverageBusyOutTimeYellow

      public Integer getThresholdAverageBusyOutTimeYellow()
    • setThresholdAverageBusyOutTimeRed

      public void setThresholdAverageBusyOutTimeRed(Integer thresholdAverageBusyOutTimeRed)
    • getThresholdAverageBusyOutTimeRed

      public Integer getThresholdAverageBusyOutTimeRed()
    • setThresholdAverageWrapUpTimeYellow

      public void setThresholdAverageWrapUpTimeYellow(Integer thresholdAverageWrapUpTimeYellow)
    • getThresholdAverageWrapUpTimeYellow

      public Integer getThresholdAverageWrapUpTimeYellow()
    • setThresholdAverageWrapUpTimeRed

      public void setThresholdAverageWrapUpTimeRed(Integer thresholdAverageWrapUpTimeRed)
    • getThresholdAverageWrapUpTimeRed

      public Integer getThresholdAverageWrapUpTimeRed()
    • setEnableNotificationEmail

      public void setEnableNotificationEmail(Boolean enableNotificationEmail)
    • getEnableNotificationEmail

      public Boolean getEnableNotificationEmail()
    • setNotificationEmailAddress

      public void setNotificationEmailAddress(String... notificationEmailAddress)
    • getNotificationEmailAddress

      public String[] getNotificationEmailAddress()
    • setAgentTable

    • getAgentTable

    • setEnterprise

      public void setEnterprise(Enterprise enterprise)
    • getEnterprise

      public Enterprise getEnterprise()
    • setIncludeAgentsTable

      public void setIncludeAgentsTable(Boolean includeAgentsTable)
    • getIncludeAgentsTable

      public Boolean getIncludeAgentsTable()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object