public static class UserCallCenter.UserCallCenterAgentSignOutResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
agentUserId |
protected List<UserCallCenterAgentSignOutResponseCallCenterTableRow> |
callCenterTable |
DATEFORMAT, DATETIMEFORMAT, request, responseContent, xPath
Constructor and Description |
---|
UserCallCenterAgentSignOutResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentUserId() |
List<UserCallCenterAgentSignOutResponseCallCenterTableRow> |
getCallCenterTable() |
void |
setAgentUserId(String agentUserId) |
void |
setCallCenterTable(List<UserCallCenterAgentSignOutResponseCallCenterTableRow> callCenterTable) |
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, isCommandType, isErrorResponse
protected List<UserCallCenterAgentSignOutResponseCallCenterTableRow> callCenterTable
protected String agentUserId
public void setCallCenterTable(List<UserCallCenterAgentSignOutResponseCallCenterTableRow> callCenterTable)
public List<UserCallCenterAgentSignOutResponseCallCenterTableRow> getCallCenterTable()
public void setAgentUserId(String agentUserId)
public String getAgentUserId()
Copyright © 2016 ECG. All rights reserved.