public interface Filter
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Filter.LeafIdentifier
Identify the leaf of Filter.
|
| Modifier and Type | Method and Description |
|---|---|
FilterId |
filterId()
Returns the attribute filterId.
|
void |
filterId(FilterId filterId)
Sets the attribute filterId.
|
FilterType |
filterType()
Returns the attribute filterType.
|
void |
filterType(FilterType filterType)
Sets the attribute filterType.
|
boolean |
isLeafValueSet(Filter.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
FilterId filterId()
BitSet valueLeafFlags()
FilterType filterType()
void filterId(FilterId filterId)
filterId - value of filterIdvoid filterType(FilterType filterType)
filterType - value of filterTypeboolean isLeafValueSet(Filter.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.