Class SystemAccessDeviceAccessDeviceTable2Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemAccessDeviceAccessDeviceTable2Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemAccessDeviceAccessDeviceTable2Row extends Object implements BroadWorksTableRow, Serializable
Response to SystemAccessDeviceGetPagedSortedListRequest. Contains a table of devices configured at system level. The column headings are: "Device Name", "Device Type", "Available Ports", "Net Address", "MAC Address", "Status", "Version", and "Support Visual Device Management API". When CloudPBX is not licensed, the column "Support Visual Device Management API" values are not returned.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemAccessDeviceAccessDeviceTable2Row()
-
Method Summary
-
Constructor Details
-
SystemAccessDeviceAccessDeviceTable2Row
public SystemAccessDeviceAccessDeviceTable2Row()
-
-
Method Details
-
getDeviceName
-
setDeviceName
-
getDeviceType
-
setDeviceType
-
getAvailablePorts
-
setAvailablePorts
-
getNetAddress
-
setNetAddress
-
getMACAddress
-
setMACAddress
-
getStatus
-
setStatus
-
getVersion
-
setVersion
-
getSupportVisualDeviceManagementAPI
-
setSupportVisualDeviceManagementAPI
-
getFromNode
public static SystemAccessDeviceAccessDeviceTable2Row 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<SystemAccessDeviceAccessDeviceTable2Row> 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
-