public class DefaultOutboundClasses extends org.onosproject.yang.model.InnerModelObject implements OutboundClasses
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultOutboundClasses()
Creates an instance of defaultOutboundClasses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToQosClass(QosClass addTo)
Adds to the list of qosClass.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<QosClass> |
qosClass()
Returns the attribute qosClass.
|
void |
qosClass(List<QosClass> qosClass)
Sets the attribute qosClass.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultOutboundClasses()
public List<QosClass> qosClass()
OutboundClassesqosClass in interface OutboundClassespublic void qosClass(List<QosClass> qosClass)
OutboundClassesqosClass in interface OutboundClassesqosClass - list of qosClasspublic void addToQosClass(QosClass addTo)
OutboundClassesaddToQosClass in interface OutboundClassesaddTo - value of qosClassCopyright © 2018. All rights reserved.