public class BucketId
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
bucket()
Returns the bucket number.
|
org.onosproject.net.DeviceId |
deviceId()
Returns the bucket device identifier.
|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
public org.onosproject.net.DeviceId deviceId()
public int bucket()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object