public static class GroupCallCenter.GroupCallCenterCurrentAndPastDNISGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String[] |
deletedName |
protected Group |
group |
protected String[] |
name |
protected String |
serviceUserId |
request, responseContent, xPath
Constructor and Description |
---|
GroupCallCenterCurrentAndPastDNISGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getDeletedName() |
Group |
getGroup() |
String[] |
getName() |
String |
getServiceUserId() |
int |
hashCode() |
void |
setDeletedName(String... deletedName) |
void |
setGroup(Group group) |
void |
setName(String... name) |
void |
setServiceUserId(String serviceUserId) |
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 String[] name
protected String[] deletedName
protected transient Group group
protected String serviceUserId
public GroupCallCenterCurrentAndPastDNISGetListResponse()
public void setName(String... name)
public String[] getName()
public void setDeletedName(String... deletedName)
public String[] getDeletedName()
public void setGroup(Group group)
public Group getGroup()
public void setServiceUserId(String serviceUserId)
public String getServiceUserId()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.