Interface KeyWithBytes
-
@Immutable public interface KeyWithBytesComposite of key, content-id, content-type and content.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentIdgetContentId()org.projectnessie.model.ContentKeygetKey()bytegetPayload()org.projectnessie.nessie.relocated.protobuf.ByteStringgetValue()static KeyWithBytesof(org.projectnessie.model.ContentKey key, ContentId contentId, byte payload, org.projectnessie.nessie.relocated.protobuf.ByteString value)
-
-
-
Method Detail
-
getKey
org.projectnessie.model.ContentKey getKey()
-
getContentId
ContentId getContentId()
-
getPayload
byte getPayload()
-
getValue
org.projectnessie.nessie.relocated.protobuf.ByteString getValue()
-
of
static KeyWithBytes of(org.projectnessie.model.ContentKey key, ContentId contentId, byte payload, org.projectnessie.nessie.relocated.protobuf.ByteString value)
-
-