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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemDeviceProfileAuthenticationLockoutLockoutTableRow()
-
Method Summary
-
-
-
Method Detail
-
getOrganizationId
public String getOrganizationId()
-
setOrganizationId
public void setOrganizationId(String organizationId)
-
getOrganizationType
public String getOrganizationType()
-
setOrganizationType
public void setOrganizationType(String organizationType)
-
getGroupId
public String getGroupId()
-
setGroupId
public void setGroupId(String groupId)
-
getIdentityDeviceProfileName
public String getIdentityDeviceProfileName()
-
setIdentityDeviceProfileName
public void setIdentityDeviceProfileName(String identityDeviceProfileName)
-
getIdentityDeviceProfileType
public String getIdentityDeviceProfileType()
-
setIdentityDeviceProfileType
public void setIdentityDeviceProfileType(String identityDeviceProfileType)
-
getLockoutStarted
public String getLockoutStarted()
-
setLockoutStarted
public void setLockoutStarted(String lockoutStarted)
-
getLockoutExpires
public String getLockoutExpires()
-
setLockoutExpires
public void setLockoutExpires(String lockoutExpires)
-
getLockoutCount
public String getLockoutCount()
-
setLockoutCount
public void setLockoutCount(String lockoutCount)
-
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
-
-