public static class User.UserAnnouncementFileGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected List<UserAnnouncementFileAnnouncementTableRow> |
announcementTable |
protected Boolean |
includeAnnouncementTable |
protected Integer |
maxFileSize |
protected Integer |
totalFileSize |
protected User |
user |
request, responseContent, xPath
Constructor and Description |
---|
UserAnnouncementFileGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<UserAnnouncementFileAnnouncementTableRow> |
getAnnouncementTable() |
Boolean |
getIncludeAnnouncementTable() |
Integer |
getMaxFileSize() |
Integer |
getTotalFileSize() |
User |
getUser() |
int |
hashCode() |
void |
setAnnouncementTable(List<UserAnnouncementFileAnnouncementTableRow> announcementTable) |
void |
setIncludeAnnouncementTable(Boolean includeAnnouncementTable) |
void |
setMaxFileSize(Integer maxFileSize) |
void |
setTotalFileSize(Integer totalFileSize) |
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<UserAnnouncementFileAnnouncementTableRow> announcementTable
protected Integer totalFileSize
protected Integer maxFileSize
protected transient User user
protected Boolean includeAnnouncementTable
public void setAnnouncementTable(List<UserAnnouncementFileAnnouncementTableRow> announcementTable)
public List<UserAnnouncementFileAnnouncementTableRow> getAnnouncementTable()
public void setTotalFileSize(Integer totalFileSize)
public Integer getTotalFileSize()
public void setMaxFileSize(Integer maxFileSize)
public Integer getMaxFileSize()
public void setUser(User user)
public User getUser()
public void setIncludeAnnouncementTable(Boolean includeAnnouncementTable)
public Boolean getIncludeAnnouncementTable()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.