@Beta public final class PiControlMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PiControlMetadata.Builder
Builder of protocol-independent control metadatas.
|
Modifier and Type | Method and Description |
---|---|
static PiControlMetadata.Builder |
builder()
Returns a control metadata builder.
|
boolean |
equals(Object o) |
int |
hashCode() |
PiControlMetadataId |
id()
Return the identifier of this control metadata.
|
String |
toString() |
ImmutableByteSequence |
value()
Returns the value for the field in this metadata.
|
public PiControlMetadataId id()
public ImmutableByteSequence value()
public static PiControlMetadata.Builder builder()