public class DefaultHelloWorldOutput extends org.onosproject.yang.model.InnerModelObject implements HelloWorldOutput
org.onosproject.yang.model.ModelObject.ModelObjectTypeHelloWorldOutput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
greeting |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultHelloWorldOutput()
Creates an instance of defaultHelloWorldOutput.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
greeting()
Returns the attribute greeting.
|
void |
greeting(String greeting)
Sets the attribute greeting.
|
int |
hashCode() |
boolean |
isLeafValueSet(HelloWorldOutput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultHelloWorldOutput()
public String greeting()
HelloWorldOutputgreeting in interface HelloWorldOutputpublic BitSet valueLeafFlags()
HelloWorldOutputvalueLeafFlags in interface HelloWorldOutputpublic void greeting(String greeting)
HelloWorldOutputgreeting in interface HelloWorldOutputgreeting - value of greetingpublic boolean isLeafValueSet(HelloWorldOutput.LeafIdentifier leaf)
HelloWorldOutputisLeafValueSet in interface HelloWorldOutputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.