Schnittstelle UserLoginStats

Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<UserLoginStats>, org.teamapps.universaldb.pojo.Identifiable
Alle bekannten Implementierungsklassen:
UdbUserLoginStats

public interface UserLoginStats extends org.teamapps.universaldb.pojo.Entity<UserLoginStats>
  • Felddetails

  • Methodendetails

    • create

      static UserLoginStats create()
    • create

      static UserLoginStats create(int id)
    • getById

      static UserLoginStats getById(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<UserLoginStats> getBuilder()
    • getUser

      User getUser()
    • setUser

      UserLoginStats setUser(User value)
    • getFirstLogin

      Instant getFirstLogin()
    • setFirstLogin

      UserLoginStats setFirstLogin(Instant value)
    • getFirstLoginAsEpochSecond

      int getFirstLoginAsEpochSecond()
    • setFirstLoginAsEpochSecond

      UserLoginStats setFirstLoginAsEpochSecond(int value)
    • getFirstLoginAsEpochMilli

      long getFirstLoginAsEpochMilli()
    • setFirstLoginAsEpochMilli

      UserLoginStats setFirstLoginAsEpochMilli(long value)
    • getLastLogin

      Instant getLastLogin()
    • setLastLogin

      UserLoginStats setLastLogin(Instant value)
    • getLastLoginAsEpochSecond

      int getLastLoginAsEpochSecond()
    • setLastLoginAsEpochSecond

      UserLoginStats setLastLoginAsEpochSecond(int value)
    • getLastLoginAsEpochMilli

      long getLastLoginAsEpochMilli()
    • setLastLoginAsEpochMilli

      UserLoginStats setLastLoginAsEpochMilli(long value)
    • getLoginCount

      int getLoginCount()
    • setLoginCount

      UserLoginStats setLoginCount(int value)
    • getLastLoginIpAddress

      String getLastLoginIpAddress()
    • setLastLoginIpAddress

      UserLoginStats setLastLoginIpAddress(String value)
    • getWrongPasswordTimestamp

      Instant getWrongPasswordTimestamp()
    • setWrongPasswordTimestamp

      UserLoginStats setWrongPasswordTimestamp(Instant value)
    • getWrongPasswordTimestampAsEpochSecond

      int getWrongPasswordTimestampAsEpochSecond()
    • setWrongPasswordTimestampAsEpochSecond

      UserLoginStats setWrongPasswordTimestampAsEpochSecond(int value)
    • getWrongPasswordTimestampAsEpochMilli

      long getWrongPasswordTimestampAsEpochMilli()
    • setWrongPasswordTimestampAsEpochMilli

      UserLoginStats setWrongPasswordTimestampAsEpochMilli(long value)
    • getWrongPasswordIpAddress

      String getWrongPasswordIpAddress()
    • setWrongPasswordIpAddress

      UserLoginStats setWrongPasswordIpAddress(String value)
    • getWrongPasswordCount

      int getWrongPasswordCount()
    • setWrongPasswordCount

      UserLoginStats setWrongPasswordCount(int value)
    • getLastTotpAuthentication

      Instant getLastTotpAuthentication()
    • setLastTotpAuthentication

      UserLoginStats setLastTotpAuthentication(Instant value)
    • getLastTotpAuthenticationAsEpochSecond

      int getLastTotpAuthenticationAsEpochSecond()
    • setLastTotpAuthenticationAsEpochSecond

      UserLoginStats setLastTotpAuthenticationAsEpochSecond(int value)
    • getLastTotpAuthenticationAsEpochMilli

      long getLastTotpAuthenticationAsEpochMilli()
    • setLastTotpAuthenticationAsEpochMilli

      UserLoginStats setLastTotpAuthenticationAsEpochMilli(long value)
    • getAll

      static List<UserLoginStats> getAll()
    • getDeletedRecords

      static List<UserLoginStats> getDeletedRecords()
    • sort

      static List<UserLoginStats> sort(List<UserLoginStats> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path)
    • getCount

      static int getCount()
    • filter

      static UserLoginStatsQuery filter()