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 RecordKeybuild()RecordKey.RecordKeyBuilderentityId(long entityId)RecordKey.RecordKeyBuilderpartitionId(long partitionId)RecordKey.RecordKeyBuilderschemaId(long schemaId)RecordKey.RecordKeyBuildersystemId(long systemId)RecordKey.RecordKeyBuildertimestamp(long timestamp)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-