public class DefaultQosClassificationPolicy extends org.onosproject.yang.model.InnerModelObject implements QosClassificationPolicy
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultQosClassificationPolicy()
Creates an instance of defaultQosClassificationPolicy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToRule(Rule addTo)
Adds to the list of rule.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Rule> |
rule()
Returns the attribute rule.
|
void |
rule(List<Rule> rule)
Sets the attribute rule.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultQosClassificationPolicy()
public List<Rule> rule()
QosClassificationPolicyrule in interface QosClassificationPolicypublic void rule(List<Rule> rule)
QosClassificationPolicyrule in interface QosClassificationPolicyrule - list of rulepublic void addToRule(Rule addTo)
QosClassificationPolicyaddToRule in interface QosClassificationPolicyaddTo - value of ruleCopyright © 2018. All rights reserved.