Class SystemMediaMediaTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemMediaMediaTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
Response to SystemMediaGetListRequest. The column headings are "Media Name", "Codec", "Media Type", "Bandwidth Enforcement Type" and "Bandwidth".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCodec()
static SystemMediaMediaTableRow
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<SystemMediaMediaTableRow>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setBandwidth
(String bandwidth) void
setBandwidthEnforcementType
(String bandwidthEnforcementType) void
void
setMediaName
(String mediaName) void
setMediaType
(String mediaType) toString()
-
Constructor Details
-
SystemMediaMediaTableRow
public SystemMediaMediaTableRow()
-
-
Method Details
-
getMediaName
-
setMediaName
-
getCodec
-
setCodec
-
getMediaType
-
setMediaType
-
getBandwidthEnforcementType
-
setBandwidthEnforcementType
-
getBandwidth
-
setBandwidth
-
getFromNode
public static SystemMediaMediaTableRow 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<SystemMediaMediaTableRow> 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
-