public interface EstablishSubscriptionInput
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EstablishSubscriptionInput.LeafIdentifier
Identify the leaf of EstablishSubscriptionInput.
|
| Modifier and Type | Method and Description |
|---|---|
Encoding |
encoding()
Returns the attribute encoding.
|
void |
encoding(Encoding encoding)
Sets the attribute encoding.
|
boolean |
isLeafValueSet(EstablishSubscriptionInput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Target |
target()
Returns the attribute target.
|
void |
target(Target target)
Sets the attribute target.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Encoding encoding()
BitSet valueLeafFlags()
Target target()
void encoding(Encoding encoding)
encoding - value of encodingvoid target(Target target)
target - value of targetboolean isLeafValueSet(EstablishSubscriptionInput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.