Class CallCenter.EnterpriseCallCenterAgentUnavailableCodeGetResponse

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

public static class CallCenter.EnterpriseCallCenterAgentUnavailableCodeGetResponse extends Response
Response to the EnterpriseCallCenterAgentUnavailableCodeGetRequest
Author:
AlpacaGenerator
See Also:
  • Field Details

    • isActive

      protected Boolean isActive
    • description

      protected String description
    • enterprise

      protected transient Enterprise enterprise
    • code

      protected String code
  • Constructor Details

    • EnterpriseCallCenterAgentUnavailableCodeGetResponse

      public EnterpriseCallCenterAgentUnavailableCodeGetResponse()
  • Method Details

    • setIsActive

      public void setIsActive(Boolean isActive)
    • getIsActive

      public Boolean getIsActive()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setEnterprise

      public void setEnterprise(Enterprise enterprise)
    • getEnterprise

      public Enterprise getEnterprise()
    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • 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