public interface Entry
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Entry.LeafIdentifier
Identify the leaf of Entry.
|
| Modifier and Type | Method and Description |
|---|---|
short |
id()
Returns the attribute id.
|
void |
id(short id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Entry.LeafIdentifier leaf)
Checks if the leaf value is set.
|
MplsLabel |
label()
Returns the attribute label.
|
void |
label(MplsLabel label)
Sets the attribute label.
|
short |
trafficClass()
Returns the attribute trafficClass.
|
void |
trafficClass(short trafficClass)
Sets the attribute trafficClass.
|
short |
ttl()
Returns the attribute ttl.
|
void |
ttl(short ttl)
Sets the attribute ttl.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short id()
MplsLabel label()
short ttl()
short trafficClass()
BitSet valueLeafFlags()
void id(short id)
id - value of idvoid label(MplsLabel label)
label - value of labelvoid ttl(short ttl)
ttl - value of ttlvoid trafficClass(short trafficClass)
trafficClass - value of trafficClassboolean isLeafValueSet(Entry.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.