public static class GroupCallCenter.GroupCallCenterGetUnlicensedAgentListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected CallCenterType |
callCenterType |
protected String |
serviceUserId |
protected List<GroupCallCenterUserTable1Row> |
userTable |
request, responseContent, xPath
Constructor and Description |
---|
GroupCallCenterGetUnlicensedAgentListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CallCenterType |
getCallCenterType() |
String |
getServiceUserId() |
List<GroupCallCenterUserTable1Row> |
getUserTable() |
int |
hashCode() |
void |
setCallCenterType(CallCenterType callCenterType) |
void |
setServiceUserId(String serviceUserId) |
void |
setUserTable(List<GroupCallCenterUserTable1Row> userTable) |
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<GroupCallCenterUserTable1Row> userTable
protected String serviceUserId
protected CallCenterType callCenterType
public GroupCallCenterGetUnlicensedAgentListResponse()
public void setUserTable(List<GroupCallCenterUserTable1Row> userTable)
public List<GroupCallCenterUserTable1Row> getUserTable()
public void setServiceUserId(String serviceUserId)
public String getServiceUserId()
public void setCallCenterType(CallCenterType callCenterType)
public CallCenterType getCallCenterType()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.