@Beta public final class IntentId extends org.onlab.util.Identifier<Long> implements ResourceConsumer
This class is immutable.
| Modifier and Type | Method and Description |
|---|---|
ResourceConsumerId |
consumerId()
Returns ID of this consumer.
|
long |
fingerprint()
Returns the backing value.
|
String |
toString() |
static IntentId |
valueOf(long value)
Creates an intent identifier from the specified long representation.
|
public static IntentId valueOf(long value)
value - long valuepublic long fingerprint()
public ResourceConsumerId consumerId()
ResourceConsumerconsumerId in interface ResourceConsumer