public class MFATimeBasedOTPEntryTable extends BaseTable<MFATimeBasedOTPEntryTable>
MFATimeBasedOTPEntry| Modifier and Type | Field and Description |
|---|---|
Column<MFATimeBasedOTPEntryTable,java.lang.Long> |
companyId |
Column<MFATimeBasedOTPEntryTable,java.util.Date> |
createDate |
Column<MFATimeBasedOTPEntryTable,java.lang.Integer> |
failedAttempts |
static MFATimeBasedOTPEntryTable |
INSTANCE |
Column<MFATimeBasedOTPEntryTable,java.util.Date> |
lastFailDate |
Column<MFATimeBasedOTPEntryTable,java.lang.String> |
lastFailIP |
Column<MFATimeBasedOTPEntryTable,java.util.Date> |
lastSuccessDate |
Column<MFATimeBasedOTPEntryTable,java.lang.String> |
lastSuccessIP |
Column<MFATimeBasedOTPEntryTable,java.lang.Long> |
mfaTimeBasedOTPEntryId |
Column<MFATimeBasedOTPEntryTable,java.util.Date> |
modifiedDate |
Column<MFATimeBasedOTPEntryTable,java.lang.Long> |
mvccVersion |
Column<MFATimeBasedOTPEntryTable,java.lang.String> |
sharedSecret |
Column<MFATimeBasedOTPEntryTable,java.lang.Long> |
userId |
Column<MFATimeBasedOTPEntryTable,java.lang.String> |
userName |
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toStringpublic static final MFATimeBasedOTPEntryTable INSTANCE
public final Column<MFATimeBasedOTPEntryTable,java.lang.Long> mvccVersion
public final Column<MFATimeBasedOTPEntryTable,java.lang.Long> mfaTimeBasedOTPEntryId
public final Column<MFATimeBasedOTPEntryTable,java.lang.Long> companyId
public final Column<MFATimeBasedOTPEntryTable,java.lang.Long> userId
public final Column<MFATimeBasedOTPEntryTable,java.lang.String> userName
public final Column<MFATimeBasedOTPEntryTable,java.util.Date> createDate
public final Column<MFATimeBasedOTPEntryTable,java.util.Date> modifiedDate
public final Column<MFATimeBasedOTPEntryTable,java.lang.Integer> failedAttempts
public final Column<MFATimeBasedOTPEntryTable,java.util.Date> lastFailDate
public final Column<MFATimeBasedOTPEntryTable,java.lang.String> lastFailIP
public final Column<MFATimeBasedOTPEntryTable,java.util.Date> lastSuccessDate
public final Column<MFATimeBasedOTPEntryTable,java.lang.String> lastSuccessIP
public final Column<MFATimeBasedOTPEntryTable,java.lang.String> sharedSecret