@Beta
public final class PiActionParam
extends java.lang.Object
Constructor and Description |
---|
PiActionParam(PiActionParamId id,
ImmutableByteSequence value)
Creates an action's runtime parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
PiActionParamId |
id()
Returns the identifier of this parameter.
|
java.lang.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()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object