Class EnterpriseTrunkGroup.EnterpriseEnterpriseTrunkGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.services.EnterpriseTrunkGroup.EnterpriseEnterpriseTrunkGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EnterpriseTrunkGroup
public static class EnterpriseTrunkGroup.EnterpriseEnterpriseTrunkGetResponse extends Response
Response to EnterpriseEnterpriseTrunkGetRequest21.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Integer
capacityExceededTrapInitialCalls
protected Integer
capacityExceededTrapOffsetCalls
protected Boolean
enableCapacityManagement
protected Enterprise
enterprise
protected String
enterpriseTrunkName
protected Integer
maxActiveCalls
protected Integer
maximumRerouteAttempts
protected OrderedRouting
orderedRouting
protected PriorityWeightedRouting
priorityWeightedRouting
protected EnterpriseTrunkRouteExhaustionAction
routeExhaustionAction
protected String
routeExhaustionForwardAddress
-
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 EnterpriseEnterpriseTrunkGetResponse()
-
Method Summary
-
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
-
maximumRerouteAttempts
protected Integer maximumRerouteAttempts
-
routeExhaustionAction
protected EnterpriseTrunkRouteExhaustionAction routeExhaustionAction
-
routeExhaustionForwardAddress
protected String routeExhaustionForwardAddress
-
orderedRouting
protected OrderedRouting orderedRouting
-
priorityWeightedRouting
protected PriorityWeightedRouting priorityWeightedRouting
-
enableCapacityManagement
protected Boolean enableCapacityManagement
-
maxActiveCalls
protected Integer maxActiveCalls
-
capacityExceededTrapInitialCalls
protected Integer capacityExceededTrapInitialCalls
-
capacityExceededTrapOffsetCalls
protected Integer capacityExceededTrapOffsetCalls
-
enterprise
protected transient Enterprise enterprise
-
enterpriseTrunkName
protected String enterpriseTrunkName
-
-
Method Detail
-
setMaximumRerouteAttempts
public void setMaximumRerouteAttempts(Integer maximumRerouteAttempts)
-
getMaximumRerouteAttempts
public Integer getMaximumRerouteAttempts()
-
setRouteExhaustionAction
public void setRouteExhaustionAction(EnterpriseTrunkRouteExhaustionAction routeExhaustionAction)
-
getRouteExhaustionAction
public EnterpriseTrunkRouteExhaustionAction getRouteExhaustionAction()
-
setRouteExhaustionForwardAddress
public void setRouteExhaustionForwardAddress(String routeExhaustionForwardAddress)
-
getRouteExhaustionForwardAddress
public String getRouteExhaustionForwardAddress()
-
setOrderedRouting
public void setOrderedRouting(OrderedRouting orderedRouting)
-
getOrderedRouting
public OrderedRouting getOrderedRouting()
-
setPriorityWeightedRouting
public void setPriorityWeightedRouting(PriorityWeightedRouting priorityWeightedRouting)
-
getPriorityWeightedRouting
public PriorityWeightedRouting getPriorityWeightedRouting()
-
setEnableCapacityManagement
public void setEnableCapacityManagement(Boolean enableCapacityManagement)
-
getEnableCapacityManagement
public Boolean getEnableCapacityManagement()
-
setMaxActiveCalls
public void setMaxActiveCalls(Integer maxActiveCalls)
-
getMaxActiveCalls
public Integer getMaxActiveCalls()
-
setCapacityExceededTrapInitialCalls
public void setCapacityExceededTrapInitialCalls(Integer capacityExceededTrapInitialCalls)
-
getCapacityExceededTrapInitialCalls
public Integer getCapacityExceededTrapInitialCalls()
-
setCapacityExceededTrapOffsetCalls
public void setCapacityExceededTrapOffsetCalls(Integer capacityExceededTrapOffsetCalls)
-
getCapacityExceededTrapOffsetCalls
public Integer getCapacityExceededTrapOffsetCalls()
-
setEnterprise
public void setEnterprise(Enterprise enterprise)
-
getEnterprise
public Enterprise getEnterprise()
-
setEnterpriseTrunkName
public void setEnterpriseTrunkName(String enterpriseTrunkName)
-
getEnterpriseTrunkName
public String getEnterpriseTrunkName()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-