public class DefaultProfile extends org.onosproject.yang.model.InnerModelObject implements Profile
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeProfile.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
profileName |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultProfile()
Creates an instance of defaultProfile.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Profile.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.
|
protected String profileName
protected BitSet valueLeafFlags
public String profileName()
ProfileprofileName in interface Profilepublic BitSet valueLeafFlags()
ProfilevalueLeafFlags in interface Profilepublic void profileName(String profileName)
ProfileprofileName in interface ProfileprofileName - value of profileNamepublic boolean isLeafValueSet(Profile.LeafIdentifier leaf)
ProfileisLeafValueSet in interface Profileleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.