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