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 TypeMethodDescriptionbooleangetCodec()static SystemMediaMediaTableRowgetFromNode(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 NodeArrayinthashCode()voidsetBandwidth(String bandwidth) voidsetBandwidthEnforcementType(String bandwidthEnforcementType) voidvoidsetMediaName(String mediaName) voidsetMediaType(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
-