public class DefaultAugChoiceModKey extends org.onosproject.yang.model.InnerModelObject implements AugChoiceModKey
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<AugChoiceModKey> |
augChoiceModKey |
| Constructor and Description |
|---|
DefaultAugChoiceModKey()
Creates an instance of defaultAugChoiceModKey.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToAugChoiceModKey(AugChoiceModKey addTo)
Adds to the list of augChoiceModKey.
|
List<AugChoiceModKey> |
augChoiceModKey()
Returns the attribute augChoiceModKey.
|
void |
augChoiceModKey(List<AugChoiceModKey> augChoiceModKey)
Sets the attribute augChoiceModKey.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<AugChoiceModKey> augChoiceModKey
public DefaultAugChoiceModKey()
public List<AugChoiceModKey> augChoiceModKey()
AugChoiceModKeyaugChoiceModKey in interface AugChoiceModKeypublic void augChoiceModKey(List<AugChoiceModKey> augChoiceModKey)
AugChoiceModKeyaugChoiceModKey in interface AugChoiceModKeyaugChoiceModKey - list of augChoiceModKeypublic void addToAugChoiceModKey(AugChoiceModKey addTo)
AugChoiceModKeyaddToAugChoiceModKey in interface AugChoiceModKeyaddTo - value of augChoiceModKeyCopyright © 2018. All rights reserved.