public class DefaultProviderProfile extends org.onosproject.yang.model.InnerModelObject implements ProviderProfile
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeProviderProfile.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
profileName |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultProviderProfile()
Creates an instance of defaultProviderProfile.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ProviderProfile.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
profileName()
Returns the attribute profileName.
|
void |
profileName(String profileName)
Sets the attribute profileName.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String profileName
protected BitSet valueLeafFlags
public DefaultProviderProfile()
public String profileName()
ProviderProfileprofileName in interface ProviderProfilepublic BitSet valueLeafFlags()
ProviderProfilevalueLeafFlags in interface ProviderProfilepublic void profileName(String profileName)
ProviderProfileprofileName in interface ProviderProfileprofileName - value of profileNamepublic boolean isLeafValueSet(ProviderProfile.LeafIdentifier leaf)
ProviderProfileisLeafValueSet in interface ProviderProfileleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.