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
-
-
-
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)
-
getSupportVisualDeviceManagementAPI
public String getSupportVisualDeviceManagementAPI()
-
setSupportVisualDeviceManagementAPI
public void setSupportVisualDeviceManagementAPI(String supportVisualDeviceManagementAPI)
-
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
-
-