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