public static class GroupCallPickup.GroupCallPickupGetInstanceResponse extends Response
| Modifier and Type | Field and Description | 
|---|---|
protected Group | 
group  | 
protected String | 
name  | 
protected List<GroupCallPickupUserTableRow> | 
userTable  | 
commandType, detailText, request, responseContent, summaryText, xPath| Constructor and Description | 
|---|
GroupCallPickupGetInstanceResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Group | 
getGroup()  | 
String | 
getName()  | 
List<GroupCallPickupUserTableRow> | 
getUserTable()  | 
int | 
hashCode()  | 
void | 
setGroup(Group group)  | 
void | 
setName(String name)  | 
void | 
setUserTable(List<GroupCallPickupUserTableRow> 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, isErrorResponseprotected List<GroupCallPickupUserTableRow> userTable
protected transient Group group
protected String name
public void setUserTable(List<GroupCallPickupUserTableRow> userTable)
public List<GroupCallPickupUserTableRow> getUserTable()
public void setGroup(Group group)
public Group getGroup()
public void setName(String name)
public String getName()
@GwtIncompatible protected void transform()
ResponseCopyright © 2016 ECG. All rights reserved.