public interface RequestedTypeProfile
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestedTypeProfile.LeafIdentifier
Identify the leaf of RequestedTypeProfile.
|
| Modifier and Type | Method and Description |
|---|---|
String |
circuitId()
Returns the attribute circuitId.
|
void |
circuitId(String circuitId)
Sets the attribute circuitId.
|
boolean |
isLeafValueSet(RequestedTypeProfile.LeafIdentifier leaf)
Checks if the leaf value is set.
|
RequestedTypeChoice |
requestedTypeChoice()
Returns the attribute requestedTypeChoice.
|
void |
requestedTypeChoice(RequestedTypeChoice requestedTypeChoice)
Sets the attribute requestedTypeChoice.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String circuitId()
BitSet valueLeafFlags()
RequestedTypeChoice requestedTypeChoice()
void circuitId(String circuitId)
circuitId - value of circuitIdvoid requestedTypeChoice(RequestedTypeChoice requestedTypeChoice)
requestedTypeChoice - value of requestedTypeChoiceboolean isLeafValueSet(RequestedTypeProfile.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.