public class DefaultHelloSecondOutput extends org.onosproject.yang.model.InnerModelObject implements HelloSecondOutput
org.onosproject.yang.model.ModelObject.ModelObjectTypeHelloSecondOutput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
greeting |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultHelloSecondOutput()
Creates an instance of defaultHelloSecondOutput.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
greeting()
Returns the attribute greeting.
|
void |
greeting(byte[] greeting)
Sets the attribute greeting.
|
int |
hashCode() |
boolean |
isLeafValueSet(HelloSecondOutput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected byte[] greeting
protected BitSet valueLeafFlags
public DefaultHelloSecondOutput()
public byte[] greeting()
HelloSecondOutputgreeting in interface HelloSecondOutputpublic BitSet valueLeafFlags()
HelloSecondOutputvalueLeafFlags in interface HelloSecondOutputpublic void greeting(byte[] greeting)
HelloSecondOutputgreeting in interface HelloSecondOutputgreeting - value of greetingpublic boolean isLeafValueSet(HelloSecondOutput.LeafIdentifier leaf)
HelloSecondOutputisLeafValueSet in interface HelloSecondOutputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.