Package org.onosproject.net.behaviour
Class QueueId
- java.lang.Object
-
- org.onosproject.net.behaviour.QueueId
-
@Beta public final class QueueId extends Object
Immutable representation of a Queue identity.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
name()
static QueueId
queueId(String name)
String
toString()
-
-
-
Method Detail
-
name
public String name()
-
-