public interface Restconf
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Restconf.LeafIdentifier
Identify the leaf of Restconf.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
data()
Returns the attribute data.
|
void |
data(Data data)
Sets the attribute data.
|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String |
yangLibraryVersion()
Returns the attribute yangLibraryVersion.
|
void |
yangLibraryVersion(String yangLibraryVersion)
Sets the attribute yangLibraryVersion.
|
String yangLibraryVersion()
BitSet valueLeafFlags()
Data data()
Operations operations()
void yangLibraryVersion(String yangLibraryVersion)
yangLibraryVersion - value of yangLibraryVersionvoid data(Data data)
data - value of datavoid operations(Operations operations)
operations - value of operationsboolean isLeafValueSet(Restconf.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.