public static class CallCenter.GroupCallCenterAgentUnavailableCodeGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected String |
description |
protected Group |
group |
protected Boolean |
isActive |
commandType, detailText, request, responseContent, summaryText, xPath
Constructor and Description |
---|
GroupCallCenterAgentUnavailableCodeGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCode() |
String |
getDescription() |
Group |
getGroup() |
Boolean |
getIsActive() |
int |
hashCode() |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setGroup(Group group) |
void |
setIsActive(Boolean isActive) |
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 Boolean isActive
protected String description
protected transient Group group
protected String code
public GroupCallCenterAgentUnavailableCodeGetResponse()
public void setIsActive(Boolean isActive)
public Boolean getIsActive()
public void setDescription(String description)
public String getDescription()
public void setGroup(Group group)
public Group getGroup()
public void setCode(String code)
public String getCode()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.