Class DatarouterAccountCredentialByAccountNameKey
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<DatarouterAccountCredentialByAccountNameKey>
io.datarouter.auth.storage.account.DatarouterAccountCredentialByAccountNameKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<DatarouterAccountCredentialByAccountNameKey>,io.datarouter.model.key.entity.EntityKey<DatarouterAccountCredentialByAccountNameKey>,io.datarouter.model.key.FieldlessIndexEntryPrimaryKey<DatarouterAccountCredentialByAccountNameKey,DatarouterAccountCredentialKey,DatarouterAccountCredential>,io.datarouter.model.key.Key<DatarouterAccountCredentialByAccountNameKey>,io.datarouter.model.key.primary.EntityPrimaryKey<DatarouterAccountCredentialByAccountNameKey,DatarouterAccountCredentialByAccountNameKey>,io.datarouter.model.key.primary.PrimaryKey<DatarouterAccountCredentialByAccountNameKey>,io.datarouter.model.key.primary.RegularPrimaryKey<DatarouterAccountCredentialByAccountNameKey>,io.datarouter.model.key.unique.UniqueKey<DatarouterAccountCredentialByAccountNameKey>,io.datarouter.model.serialize.fielder.Fielder<DatarouterAccountCredentialByAccountNameKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<DatarouterAccountCredentialByAccountNameKey>,Comparable<io.datarouter.model.field.FieldSet<DatarouterAccountCredentialByAccountNameKey>>
public class DatarouterAccountCredentialByAccountNameKey extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterAccountCredentialByAccountNameKey> implements io.datarouter.model.key.FieldlessIndexEntryPrimaryKey<DatarouterAccountCredentialByAccountNameKey,DatarouterAccountCredentialKey,DatarouterAccountCredential>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DatarouterAccountCredentialByAccountNameKey()DatarouterAccountCredentialByAccountNameKey(String accountName, String apiKey) -
Method Summary
Modifier and Type Method Description io.datarouter.model.databean.FieldlessIndexEntry<DatarouterAccountCredentialByAccountNameKey,DatarouterAccountCredentialKey,DatarouterAccountCredential>createFromDatabean(DatarouterAccountCredential target)List<io.datarouter.model.field.Field<?>>getFields()DatarouterAccountCredentialKeygetTargetKey()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, toString
-
Constructor Details
-
DatarouterAccountCredentialByAccountNameKey
public DatarouterAccountCredentialByAccountNameKey() -
DatarouterAccountCredentialByAccountNameKey
-
-
Method Details
-
getFields
- Specified by:
getFieldsin interfaceio.datarouter.model.field.FieldSet<DatarouterAccountCredentialByAccountNameKey>
-
getTargetKey
- Specified by:
getTargetKeyin interfaceio.datarouter.model.key.FieldlessIndexEntryPrimaryKey<DatarouterAccountCredentialByAccountNameKey,DatarouterAccountCredentialKey,DatarouterAccountCredential>
-
createFromDatabean
public io.datarouter.model.databean.FieldlessIndexEntry<DatarouterAccountCredentialByAccountNameKey,DatarouterAccountCredentialKey,DatarouterAccountCredential> createFromDatabean(DatarouterAccountCredential target)- Specified by:
createFromDatabeanin interfaceio.datarouter.model.key.FieldlessIndexEntryPrimaryKey<DatarouterAccountCredentialByAccountNameKey,DatarouterAccountCredentialKey,DatarouterAccountCredential>
-