Class DatarouterAccountKey
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<DatarouterAccountKey>
io.datarouter.auth.storage.account.DatarouterAccountKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<DatarouterAccountKey>,io.datarouter.model.key.entity.EntityKey<DatarouterAccountKey>,io.datarouter.model.key.Key<DatarouterAccountKey>,io.datarouter.model.key.primary.EntityPrimaryKey<DatarouterAccountKey,DatarouterAccountKey>,io.datarouter.model.key.primary.PrimaryKey<DatarouterAccountKey>,io.datarouter.model.key.primary.RegularPrimaryKey<DatarouterAccountKey>,io.datarouter.model.key.unique.UniqueKey<DatarouterAccountKey>,io.datarouter.model.serialize.fielder.Fielder<DatarouterAccountKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<DatarouterAccountKey>,Comparable<io.datarouter.model.field.FieldSet<DatarouterAccountKey>>
public class DatarouterAccountKey extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterAccountKey>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatarouterAccountKey.FieldKeys -
Field Summary
Fields inherited from class io.datarouter.model.key.BaseKey
NAME -
Constructor Summary
Constructors Constructor Description DatarouterAccountKey()DatarouterAccountKey(String accountName) -
Method Summary
Modifier and Type Method Description StringgetAccountName()List<io.datarouter.model.field.Field<?>>getFields()Methods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey
getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKeyMethods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface io.datarouter.model.serialize.fielder.Fielder
getFieldsMethods inherited from interface io.datarouter.model.field.FieldSet
getFieldNames, getFieldValue, getFieldValues
-
Constructor Details
-
DatarouterAccountKey
public DatarouterAccountKey() -
DatarouterAccountKey
-
-
Method Details
-
getFields
-
getAccountName
-