Package co.ecg.alpaca.toolkit.generated
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:
java.io.Serializable
- Enclosing class:
- Enterprise
public static class Enterprise.EnterpriseVoiceVPNGetPolicyResponse extends Response
Response to EnterpriseVoiceVPNGetPolicyRequest.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected EnterpriseVoiceVPNDigitManipulation[]digitManipulationprotected Enterpriseenterpriseprotected java.lang.StringlocationDialingCodeprotected java.lang.IntegermaxExtensionLengthprotected java.lang.IntegerminExtensionLengthprotected EnterpriseVoiceVPNPolicySelectionpolicySelectionprotected java.lang.StringrouteGroupIdprotected java.lang.StringtreatmentIdFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText -
Constructor Summary
Constructors Constructor Description EnterpriseVoiceVPNGetPolicyResponse() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()EnterpriseVoiceVPNDigitManipulation[]getDigitManipulation()EnterprisegetEnterprise()java.lang.StringgetLocationDialingCode()java.lang.IntegergetMaxExtensionLength()java.lang.IntegergetMinExtensionLength()EnterpriseVoiceVPNPolicySelectiongetPolicySelection()java.lang.StringgetRouteGroupId()java.lang.StringgetTreatmentId()inthashCode()voidsetDescription(java.lang.String description)voidsetDigitManipulation(EnterpriseVoiceVPNDigitManipulation... digitManipulation)voidsetEnterprise(Enterprise enterprise)voidsetLocationDialingCode(java.lang.String locationDialingCode)voidsetMaxExtensionLength(java.lang.Integer maxExtensionLength)voidsetMinExtensionLength(java.lang.Integer minExtensionLength)voidsetPolicySelection(EnterpriseVoiceVPNPolicySelection policySelection)voidsetRouteGroupId(java.lang.String routeGroupId)voidsetTreatmentId(java.lang.String treatmentId)voidtransform()Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
minExtensionLength
protected java.lang.Integer minExtensionLength -
maxExtensionLength
protected java.lang.Integer maxExtensionLength -
description
protected java.lang.String description -
routeGroupId
protected java.lang.String routeGroupId -
policySelection
-
digitManipulation
-
treatmentId
protected java.lang.String treatmentId -
enterprise
-
locationDialingCode
protected java.lang.String locationDialingCode
-
-
Constructor Details
-
EnterpriseVoiceVPNGetPolicyResponse
public EnterpriseVoiceVPNGetPolicyResponse()
-
-
Method Details
-
setMinExtensionLength
public void setMinExtensionLength(java.lang.Integer minExtensionLength) -
getMinExtensionLength
public java.lang.Integer getMinExtensionLength() -
setMaxExtensionLength
public void setMaxExtensionLength(java.lang.Integer maxExtensionLength) -
getMaxExtensionLength
public java.lang.Integer getMaxExtensionLength() -
setDescription
public void setDescription(java.lang.String description) -
getDescription
public java.lang.String getDescription() -
setRouteGroupId
public void setRouteGroupId(java.lang.String routeGroupId) -
getRouteGroupId
public java.lang.String getRouteGroupId() -
setPolicySelection
-
getPolicySelection
-
setDigitManipulation
-
getDigitManipulation
-
setTreatmentId
public void setTreatmentId(java.lang.String treatmentId) -
getTreatmentId
public java.lang.String getTreatmentId() -
setEnterprise
-
getEnterprise
-
setLocationDialingCode
public void setLocationDialingCode(java.lang.String locationDialingCode) -
getLocationDialingCode
public java.lang.String getLocationDialingCode() -
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-