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