public class DefaultMatchApplication extends org.onosproject.yang.model.InnerModelObject implements MatchApplication
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeMatchApplication.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends CustomerApplication> |
matchApplication |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultMatchApplication()
Creates an instance of defaultMatchApplication.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(MatchApplication.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends CustomerApplication> |
matchApplication()
Returns the attribute matchApplication.
|
void |
matchApplication(Class<? extends CustomerApplication> matchApplication)
Sets the attribute matchApplication.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Class<? extends CustomerApplication> matchApplication
protected BitSet valueLeafFlags
public DefaultMatchApplication()
public Class<? extends CustomerApplication> matchApplication()
MatchApplicationmatchApplication in interface MatchApplicationpublic BitSet valueLeafFlags()
MatchApplicationvalueLeafFlags in interface MatchApplicationpublic void matchApplication(Class<? extends CustomerApplication> matchApplication)
MatchApplicationmatchApplication in interface MatchApplicationmatchApplication - value of matchApplicationpublic boolean isLeafValueSet(MatchApplication.LeafIdentifier leaf)
MatchApplicationisLeafValueSet in interface MatchApplicationleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.