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.String
description
protected EnterpriseVoiceVPNDigitManipulation[]
digitManipulation
protected Enterprise
enterprise
protected java.lang.String
locationDialingCode
protected java.lang.Integer
maxExtensionLength
protected java.lang.Integer
minExtensionLength
protected EnterpriseVoiceVPNPolicySelection
policySelection
protected java.lang.String
routeGroupId
protected java.lang.String
treatmentId
Fields 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 boolean
equals(java.lang.Object o)
java.lang.String
getDescription()
EnterpriseVoiceVPNDigitManipulation[]
getDigitManipulation()
Enterprise
getEnterprise()
java.lang.String
getLocationDialingCode()
java.lang.Integer
getMaxExtensionLength()
java.lang.Integer
getMinExtensionLength()
EnterpriseVoiceVPNPolicySelection
getPolicySelection()
java.lang.String
getRouteGroupId()
java.lang.String
getTreatmentId()
int
hashCode()
void
setDescription(java.lang.String description)
void
setDigitManipulation(EnterpriseVoiceVPNDigitManipulation... digitManipulation)
void
setEnterprise(Enterprise enterprise)
void
setLocationDialingCode(java.lang.String locationDialingCode)
void
setMaxExtensionLength(java.lang.Integer maxExtensionLength)
void
setMinExtensionLength(java.lang.Integer minExtensionLength)
void
setPolicySelection(EnterpriseVoiceVPNPolicySelection policySelection)
void
setRouteGroupId(java.lang.String routeGroupId)
void
setTreatmentId(java.lang.String treatmentId)
void
transform()
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, setRequest
Methods 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:Response
Transforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-