public interface Multicast
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Multicast.LeafIdentifier
Identify the leaf of Multicast.
|
| Modifier and Type | Method and Description |
|---|---|
CustomerTreeFlavors |
customerTreeFlavors()
Returns the attribute customerTreeFlavors.
|
void |
customerTreeFlavors(CustomerTreeFlavors customerTreeFlavors)
Sets the attribute customerTreeFlavors.
|
boolean |
enabled()
Returns the attribute enabled.
|
void |
enabled(boolean enabled)
Sets the attribute enabled.
|
boolean |
isLeafValueSet(Multicast.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Rp |
rp()
Returns the attribute rp.
|
void |
rp(Rp rp)
Sets the attribute rp.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean enabled()
BitSet valueLeafFlags()
CustomerTreeFlavors customerTreeFlavors()
Rp rp()
void enabled(boolean enabled)
enabled - value of enabledvoid customerTreeFlavors(CustomerTreeFlavors customerTreeFlavors)
customerTreeFlavors - value of customerTreeFlavorsvoid rp(Rp rp)
rp - value of rpboolean isLeafValueSet(Multicast.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.