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.versioned.KeygetKey()bytegetPayload()com.google.protobuf.ByteStringgetValue()static KeyWithBytesof(org.projectnessie.versioned.Key key, ContentId contentId, byte payload, com.google.protobuf.ByteString value)
-
-
-
Method Detail
-
getKey
org.projectnessie.versioned.Key getKey()
-
getContentId
ContentId getContentId()
-
getPayload
byte getPayload()
-
getValue
com.google.protobuf.ByteString getValue()
-
of
static KeyWithBytes of(org.projectnessie.versioned.Key key, ContentId contentId, byte payload, com.google.protobuf.ByteString value)
-
-