public class DefaultChips extends ModelObject implements Chips
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<Banana> |
banana |
protected ColdDrink |
coldDrink |
protected List<Boolean> |
potato |
| Constructor and Description |
|---|
DefaultChips()
Creates an instance of defaultChips.
|
| Modifier and Type | Method and Description |
|---|---|
List<Banana> |
banana()
Returns the attribute banana.
|
void |
banana(List<Banana> banana)
Sets the attribute banana.
|
ColdDrink |
coldDrink()
Returns the attribute coldDrink.
|
void |
coldDrink(ColdDrink coldDrink)
Sets the attribute coldDrink.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Boolean> |
potato()
Returns the attribute potato.
|
void |
potato(List<Boolean> potato)
Sets the attribute potato.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected ColdDrink coldDrink
public List<Boolean> potato()
Chipspublic List<Banana> banana()
Chipspublic ColdDrink coldDrink()
Chipspublic void potato(List<Boolean> potato)
Chipspublic void banana(List<Banana> banana)
Chipspublic void coldDrink(ColdDrink coldDrink)
ChipsCopyright © 2017. All rights reserved.