public final class RuleId extends org.onlab.util.Identifier<Long>
This class is immutable.
| Modifier and Type | Method and Description |
|---|---|
long |
fingerprint()
Returns the backing value.
|
String |
toString() |
static RuleId |
valueOf(long value)
Creates an ACL rule identifier from the specified long value.
|
public static RuleId valueOf(long value)
value - long valuepublic long fingerprint()