public class DefaultSupervisor extends org.onosproject.yang.model.InnerModelObject implements Supervisor, org.onosproject.yang.model.MultiInstanceObject<SupervisorKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSupervisor.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSupervisor()
Creates an instance of defaultSupervisor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Supervisor.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 DefaultSupervisor()
public String name()
Supervisorname in interface Supervisorpublic BitSet valueLeafFlags()
SupervisorvalueLeafFlags in interface Supervisorpublic void name(String name)
Supervisorname in interface Supervisorname - value of namepublic boolean isLeafValueSet(Supervisor.LeafIdentifier leaf)
SupervisorisLeafValueSet in interface Supervisorleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.