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:
-
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 NodeArrayint
hashCode()
void
setAvailablePorts
(String availablePorts) void
setDeviceName
(String deviceName) void
setDeviceType
(String deviceType) void
setMACAddress
(String mACAddress) void
setNetAddress
(String netAddress) void
void
setVersion
(String version) toString()
-
Constructor Details
-
GroupAccessDeviceAccessDeviceTableRow
public GroupAccessDeviceAccessDeviceTableRow()
-
-
Method Details
-
getDeviceName
-
setDeviceName
-
getDeviceType
-
setDeviceType
-
getAvailablePorts
-
setAvailablePorts
-
getNetAddress
-
setNetAddress
-
getMACAddress
-
setMACAddress
-
getStatus
-
setStatus
-
getVersion
-
setVersion
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-