public class DefaultQos extends org.onosproject.yang.model.InnerModelObject implements Qos
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected QosClassificationPolicy |
qosClassificationPolicy |
protected QosProfile |
qosProfile |
| Constructor and Description |
|---|
DefaultQos()
Creates an instance of defaultQos.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
QosClassificationPolicy |
qosClassificationPolicy()
Returns the attribute qosClassificationPolicy.
|
void |
qosClassificationPolicy(QosClassificationPolicy qosClassificationPolicy)
Sets the attribute qosClassificationPolicy.
|
QosProfile |
qosProfile()
Returns the attribute qosProfile.
|
void |
qosProfile(QosProfile qosProfile)
Sets the attribute qosProfile.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected QosClassificationPolicy qosClassificationPolicy
protected QosProfile qosProfile
public QosClassificationPolicy qosClassificationPolicy()
QosqosClassificationPolicy in interface Qospublic QosProfile qosProfile()
QosqosProfile in interface Qospublic void qosClassificationPolicy(QosClassificationPolicy qosClassificationPolicy)
QosqosClassificationPolicy in interface QosqosClassificationPolicy - value of qosClassificationPolicypublic void qosProfile(QosProfile qosProfile)
QosqosProfile in interface QosqosProfile - value of qosProfileCopyright © 2018. All rights reserved.