Class Enterprise.EnterpriseVoiceVPNGetPolicyResponse

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

public static class Enterprise.EnterpriseVoiceVPNGetPolicyResponse extends Response
Response to EnterpriseVoiceVPNGetPolicyRequest.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • EnterpriseVoiceVPNGetPolicyResponse

      public EnterpriseVoiceVPNGetPolicyResponse()
  • Method Details

    • setMinExtensionLength

      public void setMinExtensionLength(Integer minExtensionLength)
    • getMinExtensionLength

      public Integer getMinExtensionLength()
    • setMaxExtensionLength

      public void setMaxExtensionLength(Integer maxExtensionLength)
    • getMaxExtensionLength

      public Integer getMaxExtensionLength()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setRouteGroupId

      public void setRouteGroupId(String routeGroupId)
    • getRouteGroupId

      public String getRouteGroupId()
    • setPolicySelection

      public void setPolicySelection(EnterpriseVoiceVPNPolicySelection policySelection)
    • getPolicySelection

      public EnterpriseVoiceVPNPolicySelection getPolicySelection()
    • setDigitManipulation

      public void setDigitManipulation(EnterpriseVoiceVPNDigitManipulation... digitManipulation)
    • getDigitManipulation

      public EnterpriseVoiceVPNDigitManipulation[] getDigitManipulation()
    • setTreatmentId

      public void setTreatmentId(String treatmentId)
    • getTreatmentId

      public String getTreatmentId()
    • setEnterprise

      public void setEnterprise(Enterprise enterprise)
    • getEnterprise

      public Enterprise getEnterprise()
    • setLocationDialingCode

      public void setLocationDialingCode(String locationDialingCode)
    • getLocationDialingCode

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