public class SystemMediaMediaTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
SystemMediaMediaTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBandwidth() |
String |
getBandwidthEnforcementType() |
String |
getCodec() |
static SystemMediaMediaTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<SystemMediaMediaTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getMediaName() |
String |
getMediaType() |
int |
hashCode() |
void |
setBandwidth(String bandwidth) |
void |
setBandwidthEnforcementType(String bandwidthEnforcementType) |
void |
setCodec(String codec) |
void |
setMediaName(String mediaName) |
void |
setMediaType(String mediaType) |
public String getMediaName()
public void setMediaName(String mediaName)
public String getCodec()
public void setCodec(String codec)
public String getMediaType()
public void setMediaType(String mediaType)
public String getBandwidthEnforcementType()
public void setBandwidthEnforcementType(String bandwidthEnforcementType)
public String getBandwidth()
public void setBandwidth(String bandwidth)
@GwtIncompatible public static SystemMediaMediaTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<SystemMediaMediaTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.