public final class FlowId extends Identifier<java.lang.Long>
identifier
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of a DeviceKeyId.
|
long |
value()
Gets the flow ID value.
|
static FlowId |
valueOf(long id)
Creates a flow ID from a long value.
|
equals, hashCode, id
public static FlowId valueOf(long id)
id
- long valuepublic long value()
public java.lang.String toString()
Identifier
toString
in class Identifier<java.lang.Long>