Class DatarouterUserAccountMapKey

java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterUserAccountMapKey>
io.datarouter.auth.storage.useraccountmap.DatarouterUserAccountMapKey
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<DatarouterUserAccountMapKey>, io.datarouter.model.key.entity.EntityKey<DatarouterUserAccountMapKey>, io.datarouter.model.key.Key<DatarouterUserAccountMapKey>, io.datarouter.model.key.primary.EntityPrimaryKey<DatarouterUserAccountMapKey,​DatarouterUserAccountMapKey>, io.datarouter.model.key.primary.PrimaryKey<DatarouterUserAccountMapKey>, io.datarouter.model.key.primary.RegularPrimaryKey<DatarouterUserAccountMapKey>, io.datarouter.model.key.unique.UniqueKey<DatarouterUserAccountMapKey>, io.datarouter.model.serialize.fielder.Fielder<DatarouterUserAccountMapKey>, io.datarouter.model.serialize.fielder.PrimaryKeyFielder<DatarouterUserAccountMapKey>, Comparable<io.datarouter.model.field.FieldSet<DatarouterUserAccountMapKey>>

public class DatarouterUserAccountMapKey
extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterUserAccountMapKey>
  • Field Summary

    Fields inherited from class io.datarouter.model.key.BaseKey

    NAME
  • Constructor Summary

    Constructors
    Constructor Description
    DatarouterUserAccountMapKey()  
    DatarouterUserAccountMapKey​(Long userId, String accountName)  
  • Method Summary

    Modifier and Type Method Description
    String getAccountName()  
    DatarouterAccountKey getDatarouterAccountKey()  
    io.datarouter.web.user.databean.DatarouterUserKey getDatarouterUserKey()  
    List<io.datarouter.model.field.Field<?>> getFields()  
    Long getUserId()  

    Methods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey

    getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKey

    Methods inherited from class io.datarouter.model.field.BaseFieldSet

    compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface io.datarouter.model.serialize.fielder.Fielder

    getFields

    Methods inherited from interface io.datarouter.model.field.FieldSet

    getFieldNames, getFieldValue, getFieldValues
  • Constructor Details

    • DatarouterUserAccountMapKey

      public DatarouterUserAccountMapKey()
    • DatarouterUserAccountMapKey

      public DatarouterUserAccountMapKey​(Long userId, String accountName)
  • Method Details

    • getFields

      public List<io.datarouter.model.field.Field<?>> getFields()
    • getDatarouterUserKey

      public io.datarouter.web.user.databean.DatarouterUserKey getDatarouterUserKey()
    • getDatarouterAccountKey

      public DatarouterAccountKey getDatarouterAccountKey()
    • getUserId

      public Long getUserId()
    • getAccountName

      public String getAccountName()