public class DefaultDynamic extends org.onosproject.yang.model.InnerModelObject implements Dynamic
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected DynamicValue |
dynamicValue |
| Constructor and Description |
|---|
DefaultDynamic()
Creates an instance of defaultDynamic.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicValue |
dynamicValue()
Returns the attribute dynamicValue.
|
void |
dynamicValue(DynamicValue dynamicValue)
Sets the attribute dynamicValue.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected DynamicValue dynamicValue
public DynamicValue dynamicValue()
DynamicdynamicValue in interface Dynamicpublic void dynamicValue(DynamicValue dynamicValue)
DynamicdynamicValue in interface DynamicdynamicValue - value of dynamicValueCopyright © 2018. All rights reserved.