Class CallCenter.EnterpriseCallCenterCallDispositionCodeGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CallCenter

    public static class CallCenter.EnterpriseCallCenterCallDispositionCodeGetResponse
    extends Response
    Response to the EnterpriseCallCenterCallDispositionCodeGetRequest
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • isActive

        protected Boolean isActive
      • description

        protected String description
      • enterprise

        protected transient Enterprise enterprise
    • Constructor Detail

      • EnterpriseCallCenterCallDispositionCodeGetResponse

        public EnterpriseCallCenterCallDispositionCodeGetResponse()
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object