Class GroupTrunkGroup.GroupTrunkGroupGetResponse

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

public static class GroupTrunkGroup.GroupTrunkGroupGetResponse extends Response
Response to the GroupTrunkGroupGetRequest23. The response contains the maximum and bursting maximum permissible active trunk group calls for the group.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • GroupTrunkGroupGetResponse

      public GroupTrunkGroupGetResponse()
  • Method Details

    • setMaxActiveCalls

      public void setMaxActiveCalls(Integer maxActiveCalls)
    • getMaxActiveCalls

      public Integer getMaxActiveCalls()
    • setMaxAvailableActiveCalls

      public void setMaxAvailableActiveCalls(UnboundedNonNegativeInt maxAvailableActiveCalls)
    • getMaxAvailableActiveCalls

      public UnboundedNonNegativeInt getMaxAvailableActiveCalls()
    • setBurstingMaxActiveCalls

      public void setBurstingMaxActiveCalls(UnboundedNonNegativeInt burstingMaxActiveCalls)
    • getBurstingMaxActiveCalls

      public UnboundedNonNegativeInt getBurstingMaxActiveCalls()
    • setBurstingMaxAvailableActiveCalls

      public void setBurstingMaxAvailableActiveCalls(UnboundedNonNegativeInt burstingMaxAvailableActiveCalls)
    • getBurstingMaxAvailableActiveCalls

      public UnboundedNonNegativeInt getBurstingMaxAvailableActiveCalls()
    • setMaxAvailableNumberOfBurstingBTLUs

      public void setMaxAvailableNumberOfBurstingBTLUs(UnboundedNonNegativeInt maxAvailableNumberOfBurstingBTLUs)
    • getMaxAvailableNumberOfBurstingBTLUs

      public UnboundedNonNegativeInt getMaxAvailableNumberOfBurstingBTLUs()
    • setNumberOfBurstingBTLUs

      public void setNumberOfBurstingBTLUs(Integer numberOfBurstingBTLUs)
    • getNumberOfBurstingBTLUs

      public Integer getNumberOfBurstingBTLUs()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • 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