Package org.onosproject.net.behaviour
Class QosId
- java.lang.Object
-
- org.onosproject.net.behaviour.QosId
-
@Beta public final class QosId extends Object
Immutable representation of a Qos 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 QosId
qosId(String name)
String
toString()
-