public class DefaultRestconf extends org.onosproject.yang.model.InnerModelObject implements Restconf
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeRestconf.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Data |
data |
protected Operations |
operations |
protected BitSet |
valueLeafFlags |
protected String |
yangLibraryVersion |
| Constructor and Description |
|---|
DefaultRestconf()
Creates an instance of defaultRestconf.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
data()
Returns the attribute data.
|
void |
data(Data data)
Sets the attribute data.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Restconf.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Operations |
operations()
Returns the attribute operations.
|
void |
operations(Operations operations)
Sets the attribute operations.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String |
yangLibraryVersion()
Returns the attribute yangLibraryVersion.
|
void |
yangLibraryVersion(String yangLibraryVersion)
Sets the attribute yangLibraryVersion.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String yangLibraryVersion
protected BitSet valueLeafFlags
protected Data data
protected Operations operations
public String yangLibraryVersion()
RestconfyangLibraryVersion in interface Restconfpublic BitSet valueLeafFlags()
RestconfvalueLeafFlags in interface Restconfpublic Operations operations()
Restconfoperations in interface Restconfpublic void yangLibraryVersion(String yangLibraryVersion)
RestconfyangLibraryVersion in interface RestconfyangLibraryVersion - value of yangLibraryVersionpublic void data(Data data)
Restconfpublic void operations(Operations operations)
Restconfoperations in interface Restconfoperations - value of operationspublic boolean isLeafValueSet(Restconf.LeafIdentifier leaf)
RestconfisLeafValueSet in interface Restconfleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.