public class DefaultChoiceContainer extends org.onosproject.yang.model.InnerModelObject implements ChoiceContainer
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultChoiceContainer()
Creates an instance of defaultChoiceContainer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToPredict(Predict addTo)
Adds to the list of predict.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Predict> |
predict()
Returns the attribute predict.
|
void |
predict(List<Predict> predict)
Sets the attribute predict.
|
String |
toString() |
public DefaultChoiceContainer()
public List<Predict> predict()
ChoiceContainerpredict in interface ChoiceContainerpublic void predict(List<Predict> predict)
ChoiceContainerpredict in interface ChoiceContainerpredict - list of predictpublic void addToPredict(Predict addTo)
ChoiceContaineraddToPredict in interface ChoiceContaineraddTo - value of predictCopyright © 2017. All rights reserved.