public interface Entries
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Entries.LeafIdentifier
Identify the leaf of Entries.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
filter()
Returns the attribute filter.
|
void |
filter(Filter filter)
Sets the attribute filter.
|
SvcId |
id()
Returns the attribute id.
|
void |
id(SvcId id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Entries.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Vpn |
vpn()
Returns the attribute vpn.
|
void |
vpn(Vpn vpn)
Sets the attribute vpn.
|
SvcId id()
BitSet valueLeafFlags()
Filter filter()
Vpn vpn()
void id(SvcId id)
id - value of idvoid filter(Filter filter)
filter - value of filtervoid vpn(Vpn vpn)
vpn - value of vpnboolean isLeafValueSet(Entries.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.