Class SystemAccessDeviceAccessDeviceTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemAccessDeviceAccessDeviceTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemAccessDeviceAccessDeviceTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemAccessDeviceGetAllRequest. Contains a table of devices configured in the entire system. The column headings are: "Service Provider Id", "Is Enterprise", "Group Id", "Device Name", "Device Type", "Net Address", "MAC Address", "Status", "Reseller Id", "Access Device External Id". The following columns are only returned in AS data mode: "Reseller Id" "Access Device External Id"
- 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 NodeArraygetServiceProvider
(BroadWorksServer broadWorksServer) int
hashCode()
void
setAccessDeviceExternalId
(String accessDeviceExternalId) void
setDeviceName
(String deviceName) void
setDeviceType
(String deviceType) void
setGroupId
(String groupId) void
setIsEnterprise
(String isEnterprise) void
setMACAddress
(String mACAddress) void
setNetAddress
(String netAddress) void
setResellerId
(String resellerId) void
setServiceProviderId
(String serviceProviderId) void
toString()
-
Constructor Details
-
SystemAccessDeviceAccessDeviceTableRow
public SystemAccessDeviceAccessDeviceTableRow()
-
-
Method Details
-
getServiceProviderId
-
setServiceProviderId
-
getIsEnterprise
-
setIsEnterprise
-
getGroupId
-
setGroupId
-
getDeviceName
-
setDeviceName
-
getDeviceType
-
setDeviceType
-
getNetAddress
-
setNetAddress
-
getMACAddress
-
setMACAddress
-
getStatus
-
setStatus
-
getResellerId
-
setResellerId
-
getAccessDeviceExternalId
-
setAccessDeviceExternalId
-
getServiceProvider
-
getFromNode
public static SystemAccessDeviceAccessDeviceTableRow 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<SystemAccessDeviceAccessDeviceTableRow> 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
-