public class DefaultEntries extends org.onosproject.yang.model.InnerModelObject implements Entries, org.onosproject.yang.model.MultiInstanceObject<EntriesKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeEntries.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Filter |
filter |
protected SvcId |
id |
protected BitSet |
valueLeafFlags |
protected Vpn |
vpn |
| Constructor and Description |
|---|
DefaultEntries()
Creates an instance of defaultEntries.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Filter |
filter()
Returns the attribute filter.
|
void |
filter(Filter filter)
Sets the attribute filter.
|
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Vpn |
vpn()
Returns the attribute vpn.
|
void |
vpn(Vpn vpn)
Sets the attribute vpn.
|
protected SvcId id
protected BitSet valueLeafFlags
protected Filter filter
protected Vpn vpn
public BitSet valueLeafFlags()
EntriesvalueLeafFlags in interface Entriespublic Filter filter()
Entriespublic void filter(Filter filter)
Entriespublic boolean isLeafValueSet(Entries.LeafIdentifier leaf)
EntriesisLeafValueSet in interface Entriesleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.