Class EnterpriseTrunkGroup.EnterpriseEnterpriseTrunkGetResponse

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

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

    • maximumRerouteAttempts

      protected Integer maximumRerouteAttempts
    • routeExhaustionAction

      protected EnterpriseTrunkRouteExhaustionAction routeExhaustionAction
    • routeExhaustionForwardAddress

      protected String routeExhaustionForwardAddress
    • orderedRouting

      protected OrderedRouting orderedRouting
    • priorityWeightedRouting

      protected PriorityWeightedRouting priorityWeightedRouting
    • 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 Details

    • EnterpriseEnterpriseTrunkGetResponse

      public EnterpriseEnterpriseTrunkGetResponse()
  • Method Details

    • setMaximumRerouteAttempts

      public void setMaximumRerouteAttempts(Integer maximumRerouteAttempts)
    • getMaximumRerouteAttempts

      public Integer getMaximumRerouteAttempts()
    • setRouteExhaustionAction

      public void setRouteExhaustionAction(EnterpriseTrunkRouteExhaustionAction routeExhaustionAction)
    • getRouteExhaustionAction

      public EnterpriseTrunkRouteExhaustionAction getRouteExhaustionAction()
    • setRouteExhaustionForwardAddress

      public void setRouteExhaustionForwardAddress(String routeExhaustionForwardAddress)
    • getRouteExhaustionForwardAddress

      public String getRouteExhaustionForwardAddress()
    • setOrderedRouting

      public void setOrderedRouting(OrderedRouting orderedRouting)
    • getOrderedRouting

      public OrderedRouting getOrderedRouting()
    • setPriorityWeightedRouting

      public void setPriorityWeightedRouting(PriorityWeightedRouting priorityWeightedRouting)
    • getPriorityWeightedRouting

      public PriorityWeightedRouting getPriorityWeightedRouting()
    • 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
    • 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