Package co.ecg.alpaca.toolkit.generated
Class User.UserAnnouncementFileGetAvailableListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.User.UserAnnouncementFileGetAvailableListResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
public static class User.UserAnnouncementFileGetAvailableListResponse extends Response
Response to UserAnnouncementFileGetAvailableListRequest. The response contains a table with columns: "Name", "Media Type", "File Size", "Repository Type", and "Announcement File External Id". The "Name" column contains the name of the announcement file. The "Media Type" column contains the media type of the announcement file with the possible values: WMA - Windows Media Audio file WAV - A WAV file 3GP - A 3GP file MOV - A MOV file using a H.263 or H.264 codec. The "File Size" is in Kilobytes. The "Repository Type" column contains the type of repository for the announcement file such as "User" or "Group" The "File Size" column contains the file size in kB of the announcement file. The "Announcement File External Id" column contains the External Id of the announcement file. The following columns are populated in AS data mode only: "Announcement File External Id"
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<UserAnnouncementFileAnnouncementTableRow>
announcementTable
protected BroadWorksUser
user
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Constructor Summary
Constructors Constructor Description UserAnnouncementFileGetAvailableListResponse()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
List<UserAnnouncementFileAnnouncementTableRow>
getAnnouncementTable()
BroadWorksUser
getBroadWorksUser()
int
hashCode()
void
setAnnouncementTable(List<UserAnnouncementFileAnnouncementTableRow> announcementTable)
void
setUser(BroadWorksUser user)
String
toString()
void
transform()
Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
Constructor Details
-
UserAnnouncementFileGetAvailableListResponse
public UserAnnouncementFileGetAvailableListResponse()
-
-
Method Details
-
setAnnouncementTable
-
getAnnouncementTable
-
setUser
-
getBroadWorksUser
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-