Package cern.nxcals.api.domain
Class RecordKey.RecordKeyBuilder
- java.lang.Object
-
- cern.nxcals.api.domain.RecordKey.RecordKeyBuilder
-
- Enclosing class:
- RecordKey
public static class RecordKey.RecordKeyBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordKey
build()
RecordKey.RecordKeyBuilder
entityId(long entityId)
RecordKey.RecordKeyBuilder
partitionId(long partitionId)
RecordKey.RecordKeyBuilder
schemaId(long schemaId)
RecordKey.RecordKeyBuilder
systemId(long systemId)
RecordKey.RecordKeyBuilder
timestamp(long timestamp)
java.lang.String
toString()
-
-
-
Method Detail
-
systemId
public RecordKey.RecordKeyBuilder systemId(long systemId)
- Returns:
this
.
-
partitionId
public RecordKey.RecordKeyBuilder partitionId(long partitionId)
- Returns:
this
.
-
schemaId
public RecordKey.RecordKeyBuilder schemaId(long schemaId)
- Returns:
this
.
-
entityId
public RecordKey.RecordKeyBuilder entityId(long entityId)
- Returns:
this
.
-
timestamp
public RecordKey.RecordKeyBuilder timestamp(long timestamp)
- Returns:
this
.
-
build
public RecordKey build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-