@Beta public final class PiActionParam extends Object
| Constructor and Description |
|---|
PiActionParam(PiActionParamId id,
ImmutableByteSequence value)
Creates an action's runtime parameter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
PiActionParamId |
id()
Returns the identifier of this parameter.
|
String |
toString() |
ImmutableByteSequence |
value()
Returns the value of this parameter.
|
public PiActionParam(PiActionParamId id, ImmutableByteSequence value)
id - parameter identifiervalue - valuepublic PiActionParamId id()
public ImmutableByteSequence value()