public static class CallCenter.EnterpriseCallCenterGetRoutingPolicyResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected List<EnterpriseCallCenterCallCenterTableRow> |
callCenterTable |
protected Enterprise |
enterprise |
protected CallCenterRoutingPolicy |
routingPolicy |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
EnterpriseCallCenterGetRoutingPolicyResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<EnterpriseCallCenterCallCenterTableRow> |
getCallCenterTable() |
Enterprise |
getEnterprise() |
CallCenterRoutingPolicy |
getRoutingPolicy() |
int |
hashCode() |
void |
setCallCenterTable(List<EnterpriseCallCenterCallCenterTableRow> callCenterTable) |
void |
setEnterprise(Enterprise enterprise) |
void |
setRoutingPolicy(CallCenterRoutingPolicy routingPolicy) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getDetailText, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
protected CallCenterRoutingPolicy routingPolicy
protected List<EnterpriseCallCenterCallCenterTableRow> callCenterTable
protected transient Enterprise enterprise
public EnterpriseCallCenterGetRoutingPolicyResponse()
public void setRoutingPolicy(CallCenterRoutingPolicy routingPolicy)
public CallCenterRoutingPolicy getRoutingPolicy()
public void setCallCenterTable(List<EnterpriseCallCenterCallCenterTableRow> callCenterTable)
public List<EnterpriseCallCenterCallCenterTableRow> getCallCenterTable()
public void setEnterprise(Enterprise enterprise)
public Enterprise getEnterprise()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.