public static class User.UserDnGetActivationListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected List<UserDnDnTableRow> |
dnTable |
protected User |
user |
request, responseContent, xPath
Constructor and Description |
---|
UserDnGetActivationListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<UserDnDnTableRow> |
getDnTable() |
User |
getUser() |
int |
hashCode() |
void |
setDnTable(List<UserDnDnTableRow> dnTable) |
void |
setUser(User user) |
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<UserDnDnTableRow> dnTable
protected transient User user
public void setDnTable(List<UserDnDnTableRow> dnTable)
public List<UserDnDnTableRow> getDnTable()
public void setUser(User user)
public User getUser()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.