Class HttpRequestRecordKey
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<PK>
io.datarouter.exception.storage.httprecord.BaseHttpRequestRecordKey<HttpRequestRecordKey>
io.datarouter.exception.storage.httprecord.HttpRequestRecordKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<HttpRequestRecordKey>,io.datarouter.model.key.entity.EntityKey<HttpRequestRecordKey>,io.datarouter.model.key.Key<HttpRequestRecordKey>,io.datarouter.model.key.primary.EntityPrimaryKey<HttpRequestRecordKey,HttpRequestRecordKey>,io.datarouter.model.key.primary.PrimaryKey<HttpRequestRecordKey>,io.datarouter.model.key.primary.RegularPrimaryKey<HttpRequestRecordKey>,io.datarouter.model.key.unique.UniqueKey<HttpRequestRecordKey>,io.datarouter.model.serialize.fielder.Fielder<HttpRequestRecordKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<HttpRequestRecordKey>,Comparable<io.datarouter.model.field.FieldSet<HttpRequestRecordKey>>
public class HttpRequestRecordKey extends BaseHttpRequestRecordKey<HttpRequestRecordKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.exception.storage.httprecord.BaseHttpRequestRecordKey
BaseHttpRequestRecordKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description HttpRequestRecordKey()HttpRequestRecordKey(String id) -
Method Summary
Methods inherited from class io.datarouter.exception.storage.httprecord.BaseHttpRequestRecordKey
getFields, getIdMethods 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
-
HttpRequestRecordKey
public HttpRequestRecordKey() -
HttpRequestRecordKey
-