Class UserAccessDeviceDeviceActivationAccessDeviceTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserAccessDeviceDeviceActivationAccessDeviceTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserAccessDeviceDeviceActivationAccessDeviceTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to UserAccessDeviceDeviceActivationGetListRequest. Contains a table of devices supporting device activation associated to a user. The column headings are: "Device Name", "Device Level", "Device SP", "Device Group", "Endpoint Type", "Line Port", "Activation Status", "Activation Code", "Expiration Time" and "MAC Address".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAccessDevice
(BroadWorksServer broadWorksServer) 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
setActivationCode
(String activationCode) void
setActivationStatus
(String activationStatus) void
setDeviceGroup
(String deviceGroup) void
setDeviceLevel
(String deviceLevel) void
setDeviceName
(String deviceName) void
setDeviceSP
(String deviceSP) void
setEndpointType
(String endpointType) void
setExpirationTime
(String expirationTime) void
setLinePort
(String linePort) void
setMACAddress
(String mACAddress) toString()
-
Constructor Details
-
UserAccessDeviceDeviceActivationAccessDeviceTableRow
public UserAccessDeviceDeviceActivationAccessDeviceTableRow()
-
-
Method Details
-
getDeviceName
-
setDeviceName
-
getDeviceLevel
-
setDeviceLevel
-
getDeviceSP
-
setDeviceSP
-
getDeviceGroup
-
setDeviceGroup
-
getEndpointType
-
setEndpointType
-
getLinePort
-
setLinePort
-
getActivationStatus
-
setActivationStatus
-
getActivationCode
-
setActivationCode
-
getExpirationTime
-
setExpirationTime
-
getMACAddress
-
setMACAddress
-
getAccessDevice
-
getFromNode
public static UserAccessDeviceDeviceActivationAccessDeviceTableRow 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<UserAccessDeviceDeviceActivationAccessDeviceTableRow> 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
-