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 TypeMethodDescriptionbooleangetAccessDevice(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 NodeArrayinthashCode()voidsetActivationCode(String activationCode) voidsetActivationStatus(String activationStatus) voidsetDeviceGroup(String deviceGroup) voidsetDeviceLevel(String deviceLevel) voidsetDeviceName(String deviceName) voidsetDeviceSP(String deviceSP) voidsetEndpointType(String endpointType) voidsetExpirationTime(String expirationTime) voidsetLinePort(String linePort) voidsetMACAddress(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
-