Class EnterpriseTrunkGroup.EnterpriseEnterpriseTrunkGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    EnterpriseTrunkGroup

    public static class EnterpriseTrunkGroup.EnterpriseEnterpriseTrunkGetResponse
    extends Response
    Response to EnterpriseEnterpriseTrunkGetRequest21.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • maximumRerouteAttempts

        protected Integer maximumRerouteAttempts
      • routeExhaustionForwardAddress

        protected String routeExhaustionForwardAddress
      • enableCapacityManagement

        protected Boolean enableCapacityManagement
      • maxActiveCalls

        protected Integer maxActiveCalls
      • capacityExceededTrapInitialCalls

        protected Integer capacityExceededTrapInitialCalls
      • capacityExceededTrapOffsetCalls

        protected Integer capacityExceededTrapOffsetCalls
      • enterprise

        protected transient Enterprise enterprise
      • enterpriseTrunkName

        protected String enterpriseTrunkName
    • Constructor Detail

      • EnterpriseEnterpriseTrunkGetResponse

        public EnterpriseEnterpriseTrunkGetResponse()
    • Method Detail

      • setMaximumRerouteAttempts

        public void setMaximumRerouteAttempts​(Integer maximumRerouteAttempts)
      • getMaximumRerouteAttempts

        public Integer getMaximumRerouteAttempts()
      • setRouteExhaustionForwardAddress

        public void setRouteExhaustionForwardAddress​(String routeExhaustionForwardAddress)
      • getRouteExhaustionForwardAddress

        public String getRouteExhaustionForwardAddress()
      • setOrderedRouting

        public void setOrderedRouting​(OrderedRouting orderedRouting)
      • setPriorityWeightedRouting

        public void setPriorityWeightedRouting​(PriorityWeightedRouting priorityWeightedRouting)
      • setEnableCapacityManagement

        public void setEnableCapacityManagement​(Boolean enableCapacityManagement)
      • getEnableCapacityManagement

        public Boolean getEnableCapacityManagement()
      • setMaxActiveCalls

        public void setMaxActiveCalls​(Integer maxActiveCalls)
      • getMaxActiveCalls

        public Integer getMaxActiveCalls()
      • setCapacityExceededTrapInitialCalls

        public void setCapacityExceededTrapInitialCalls​(Integer capacityExceededTrapInitialCalls)
      • getCapacityExceededTrapInitialCalls

        public Integer getCapacityExceededTrapInitialCalls()
      • setCapacityExceededTrapOffsetCalls

        public void setCapacityExceededTrapOffsetCalls​(Integer capacityExceededTrapOffsetCalls)
      • getCapacityExceededTrapOffsetCalls

        public Integer getCapacityExceededTrapOffsetCalls()
      • setEnterprise

        public void setEnterprise​(Enterprise enterprise)
      • getEnterprise

        public Enterprise getEnterprise()
      • setEnterpriseTrunkName

        public void setEnterpriseTrunkName​(String enterpriseTrunkName)
      • getEnterpriseTrunkName

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