public class DefaultFilters extends org.onosproject.yang.model.InnerModelObject implements Filters
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultFilters()
Creates an instance of defaultFilters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToFilter(Filter addTo)
Adds to the list of filter.
|
boolean |
equals(Object obj) |
List<Filter> |
filter()
Returns the attribute filter.
|
void |
filter(List<Filter> filter)
Sets the attribute filter.
|
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic List<Filter> filter()
Filterspublic void filter(List<Filter> filter)
Filterspublic void addToFilter(Filter addTo)
FiltersaddToFilter in interface FiltersaddTo - value of filterCopyright © 2018. All rights reserved.