public class DefaultGeneralSupervisor extends org.onosproject.yang.model.InnerModelObject implements GeneralSupervisor, org.onosproject.yang.model.MultiInstanceObject<GeneralSupervisorKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeGeneralSupervisor.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultGeneralSupervisor()
Creates an instance of defaultGeneralSupervisor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(GeneralSupervisor.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultGeneralSupervisor()
public String name()
GeneralSupervisorname in interface GeneralSupervisorpublic BitSet valueLeafFlags()
GeneralSupervisorvalueLeafFlags in interface GeneralSupervisorpublic void name(String name)
GeneralSupervisorname in interface GeneralSupervisorname - value of namepublic boolean isLeafValueSet(GeneralSupervisor.LeafIdentifier leaf)
GeneralSupervisorisLeafValueSet in interface GeneralSupervisorleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.