public static class User.UserAccessDeviceFileGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected AccessDevice |
accessDevice |
protected List<UserAccessDeviceFileDeviceFilesTableRow> |
deviceFilesTable |
protected User |
user |
request, responseContent, xPath
Constructor and Description |
---|
UserAccessDeviceFileGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AccessDevice |
getAccessDevice() |
List<UserAccessDeviceFileDeviceFilesTableRow> |
getDeviceFilesTable() |
User |
getUser() |
int |
hashCode() |
void |
setAccessDevice(AccessDevice accessDevice) |
void |
setDeviceFilesTable(List<UserAccessDeviceFileDeviceFilesTableRow> deviceFilesTable) |
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<UserAccessDeviceFileDeviceFilesTableRow> deviceFilesTable
protected transient User user
protected AccessDevice accessDevice
public void setDeviceFilesTable(List<UserAccessDeviceFileDeviceFilesTableRow> deviceFilesTable)
public List<UserAccessDeviceFileDeviceFilesTableRow> getDeviceFilesTable()
public void setUser(User user)
public User getUser()
public void setAccessDevice(AccessDevice accessDevice)
public AccessDevice getAccessDevice()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.