Class SystemDeviceProfileAuthenticationLockoutLockoutTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemDeviceProfileAuthenticationLockoutLockoutTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemDeviceProfileAuthenticationLockoutLockoutTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemDeviceProfileAuthenticationLockoutGetRequest. The column headings for the lockoutTable are: "Organization Id", "Organization Type", "Group Id", "Identity/Device Profile Name", " Identity/Device Profile Type", "Lockout Started", "Lockout Expires", "Lockout Count". Lockout times are shown in the system GMT time. When a permanent lockout is shown, the "Lockout Expires" column is empty and the "Lockout Count" column contains the word Permanent.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(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()voidsetGroupId(String groupId) voidsetIdentityDeviceProfileName(String identityDeviceProfileName) voidsetIdentityDeviceProfileType(String identityDeviceProfileType) voidsetLockoutCount(String lockoutCount) voidsetLockoutExpires(String lockoutExpires) voidsetLockoutStarted(String lockoutStarted) voidsetOrganizationId(String organizationId) voidsetOrganizationType(String organizationType) toString()
-
Constructor Details
-
SystemDeviceProfileAuthenticationLockoutLockoutTableRow
public SystemDeviceProfileAuthenticationLockoutLockoutTableRow()
-
-
Method Details
-
getOrganizationId
-
setOrganizationId
-
getOrganizationType
-
setOrganizationType
-
getGroupId
-
setGroupId
-
getIdentityDeviceProfileName
-
setIdentityDeviceProfileName
-
getIdentityDeviceProfileType
-
setIdentityDeviceProfileType
-
getLockoutStarted
-
setLockoutStarted
-
getLockoutExpires
-
setLockoutExpires
-
getLockoutCount
-
setLockoutCount
-
getFromNode
public static SystemDeviceProfileAuthenticationLockoutLockoutTableRow 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<SystemDeviceProfileAuthenticationLockoutLockoutTableRow> 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
-