public interface Bearer
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Bearer.LeafIdentifier
Identify the leaf of Bearer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
alwaysOn()
Returns the attribute alwaysOn.
|
void |
alwaysOn(boolean alwaysOn)
Sets the attribute alwaysOn.
|
String |
bearerReference()
Returns the attribute bearerReference.
|
void |
bearerReference(String bearerReference)
Sets the attribute bearerReference.
|
boolean |
isLeafValueSet(Bearer.LeafIdentifier leaf)
Checks if the leaf value is set.
|
RequestedType |
requestedType()
Returns the attribute requestedType.
|
void |
requestedType(RequestedType requestedType)
Sets the attribute requestedType.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean alwaysOn()
String bearerReference()
BitSet valueLeafFlags()
RequestedType requestedType()
void alwaysOn(boolean alwaysOn)
alwaysOn - value of alwaysOnvoid bearerReference(String bearerReference)
bearerReference - value of bearerReferencevoid requestedType(RequestedType requestedType)
requestedType - value of requestedTypeboolean isLeafValueSet(Bearer.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.