Class UserAnnouncementFileAnnouncementTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserAnnouncementFileAnnouncementTable1Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserAnnouncementFileAnnouncementTable1Row
extends Object
implements BroadWorksTableRow, Serializable
Response to UserAnnouncementFileGetListRequest. When requested, the response contains a table with columns: "Name", "Media Type", "File Size", "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" 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" The response also contains the current total file size (KB) for the user across all media types and the maximum total file size (MB) allowed for the user.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetName()
int
hashCode()
void
setAnnouncementFileExternalId
(String announcementFileExternalId) void
setFileSize
(String fileSize) void
setMediaType
(String mediaType) void
toString()
-
Constructor Details
-
UserAnnouncementFileAnnouncementTable1Row
public UserAnnouncementFileAnnouncementTable1Row()
-
-
Method Details
-
getName
-
setName
-
getMediaType
-
setMediaType
-
getFileSize
-
setFileSize
-
getAnnouncementFileExternalId
-
setAnnouncementFileExternalId
-
getFromNode
public static UserAnnouncementFileAnnouncementTable1Row getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<UserAnnouncementFileAnnouncementTable1Row> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-