Class GroupAccessDeviceAccessDeviceTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupAccessDeviceAccessDeviceTable1Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupAccessDeviceAccessDeviceTable1Row extends Object implements BroadWorksTableRow, Serializable
Response to GroupAccessDeviceGetPagedSortedListRequest. Contains a table of devices configured in the group. 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 GroupAccessDeviceAccessDeviceTable1Row()
-
Method Summary
-
Constructor Details
-
GroupAccessDeviceAccessDeviceTable1Row
public GroupAccessDeviceAccessDeviceTable1Row()
-
-
Method Details
-
getDeviceName
-
setDeviceName
-
getDeviceType
-
setDeviceType
-
getAvailablePorts
-
setAvailablePorts
-
getNetAddress
-
setNetAddress
-
getMACAddress
-
setMACAddress
-
getStatus
-
setStatus
-
getVersion
-
setVersion
-
getSupportVisualDeviceManagementAPI
-
setSupportVisualDeviceManagementAPI
-
getFromNode
public static GroupAccessDeviceAccessDeviceTable1Row 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<GroupAccessDeviceAccessDeviceTable1Row> 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
-