Class GroupAccessDeviceAccessDeviceTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.GroupAccessDeviceAccessDeviceTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupAccessDeviceAccessDeviceTableRow extends Object implements BroadWorksTableRow, Serializable
Response to GroupAccessDeviceGetListRequest. Contains a table of devices configured in the group. The column headings are: "Device Name", "Device Type", "Available Ports", "Net Address", "MAC Address", "Status" and "Version".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupAccessDeviceAccessDeviceTableRow()
-
Method Summary
-
-
-
Method Detail
-
getDeviceName
public String getDeviceName()
-
setDeviceName
public void setDeviceName(String deviceName)
-
getDeviceType
public String getDeviceType()
-
setDeviceType
public void setDeviceType(String deviceType)
-
getAvailablePorts
public String getAvailablePorts()
-
setAvailablePorts
public void setAvailablePorts(String availablePorts)
-
getNetAddress
public String getNetAddress()
-
setNetAddress
public void setNetAddress(String netAddress)
-
getMACAddress
public String getMACAddress()
-
setMACAddress
public void setMACAddress(String mACAddress)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getFromNode
public static GroupAccessDeviceAccessDeviceTableRow 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<GroupAccessDeviceAccessDeviceTableRow> 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
-
-