Package co.ecg.alpaca.toolkit.generated
Class Enterprise.EnterpriseVoiceVPNGetDefaultResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.Enterprise.EnterpriseVoiceVPNGetDefaultResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Enterprise
public static class Enterprise.EnterpriseVoiceVPNGetDefaultResponse extends Response
Response to EnterpriseVoiceVPNGetDefaultResponse.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EnterpriseVoiceVPNDigitManipulationOperation[]
digitManipulationOperation
protected Enterprise
enterprise
protected EnterpriseVoiceVPNPolicySelection[]
policySelection
protected String[]
routeGroupId
protected EnterpriseVoiceVPNTreatmentEntry[]
treatment
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description EnterpriseVoiceVPNGetDefaultResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
EnterpriseVoiceVPNDigitManipulationOperation[]
getDigitManipulationOperation()
Enterprise
getEnterprise()
EnterpriseVoiceVPNPolicySelection[]
getPolicySelection()
String[]
getRouteGroupId()
EnterpriseVoiceVPNTreatmentEntry[]
getTreatment()
int
hashCode()
void
setDigitManipulationOperation(EnterpriseVoiceVPNDigitManipulationOperation... digitManipulationOperation)
void
setEnterprise(Enterprise enterprise)
void
setPolicySelection(EnterpriseVoiceVPNPolicySelection... policySelection)
void
setRouteGroupId(String... routeGroupId)
void
setTreatment(EnterpriseVoiceVPNTreatmentEntry... treatment)
String
toString()
void
transform()
Transforms the Response from XML Content to a populated POJO-
Methods 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, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
-
-
-
Field Detail
-
policySelection
protected EnterpriseVoiceVPNPolicySelection[] policySelection
-
digitManipulationOperation
protected EnterpriseVoiceVPNDigitManipulationOperation[] digitManipulationOperation
-
routeGroupId
protected String[] routeGroupId
-
treatment
protected EnterpriseVoiceVPNTreatmentEntry[] treatment
-
enterprise
protected transient Enterprise enterprise
-
-
Method Detail
-
setPolicySelection
public void setPolicySelection(EnterpriseVoiceVPNPolicySelection... policySelection)
-
getPolicySelection
public EnterpriseVoiceVPNPolicySelection[] getPolicySelection()
-
setDigitManipulationOperation
public void setDigitManipulationOperation(EnterpriseVoiceVPNDigitManipulationOperation... digitManipulationOperation)
-
getDigitManipulationOperation
public EnterpriseVoiceVPNDigitManipulationOperation[] getDigitManipulationOperation()
-
setRouteGroupId
public void setRouteGroupId(String... routeGroupId)
-
getRouteGroupId
public String[] getRouteGroupId()
-
setTreatment
public void setTreatment(EnterpriseVoiceVPNTreatmentEntry... treatment)
-
getTreatment
public EnterpriseVoiceVPNTreatmentEntry[] getTreatment()
-
setEnterprise
public void setEnterprise(Enterprise enterprise)
-
getEnterprise
public Enterprise getEnterprise()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-