public interface HelloWorldOutput
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HelloWorldOutput.LeafIdentifier
Identify the leaf of HelloWorldOutput.
|
| Modifier and Type | Method and Description |
|---|---|
String |
greeting()
Returns the attribute greeting.
|
void |
greeting(String greeting)
Sets the attribute greeting.
|
boolean |
isLeafValueSet(HelloWorldOutput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String greeting()
BitSet valueLeafFlags()
void greeting(String greeting)
greeting - value of greetingboolean isLeafValueSet(HelloWorldOutput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.