public class DefaultHelloWorldInput extends org.onosproject.yang.model.InnerModelObject implements HelloWorldInput
org.onosproject.yang.model.ModelObject.ModelObjectTypeHelloWorldInput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BitSet |
valueLeafFlags |
protected String |
x |
| Constructor and Description |
|---|
DefaultHelloWorldInput()
Creates an instance of defaultHelloWorldInput.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(HelloWorldInput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String |
x()
Returns the attribute x.
|
void |
x(String x)
Sets the attribute x.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultHelloWorldInput()
public String x()
HelloWorldInputx in interface HelloWorldInputpublic BitSet valueLeafFlags()
HelloWorldInputvalueLeafFlags in interface HelloWorldInputpublic void x(String x)
HelloWorldInputx in interface HelloWorldInputx - value of xpublic boolean isLeafValueSet(HelloWorldInput.LeafIdentifier leaf)
HelloWorldInputisLeafValueSet in interface HelloWorldInputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.