public interface RpGroupMapping
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RpGroupMapping.LeafIdentifier
Identify the leaf of RpGroupMapping.
|
| Modifier and Type | Method and Description |
|---|---|
Groups |
groups()
Returns the attribute groups.
|
void |
groups(Groups groups)
Sets the attribute groups.
|
int |
id()
Returns the attribute id.
|
void |
id(int id)
Sets the attribute id.
|
boolean |
isLeafValueSet(RpGroupMapping.LeafIdentifier leaf)
Checks if the leaf value is set.
|
ProviderManaged |
providerManaged()
Returns the attribute providerManaged.
|
void |
providerManaged(ProviderManaged providerManaged)
Sets the attribute providerManaged.
|
IpAddress |
rpAddress()
Returns the attribute rpAddress.
|
void |
rpAddress(IpAddress rpAddress)
Sets the attribute rpAddress.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int id()
IpAddress rpAddress()
BitSet valueLeafFlags()
ProviderManaged providerManaged()
Groups groups()
void id(int id)
id - value of idvoid rpAddress(IpAddress rpAddress)
rpAddress - value of rpAddressvoid providerManaged(ProviderManaged providerManaged)
providerManaged - value of providerManagedvoid groups(Groups groups)
groups - value of groupsboolean isLeafValueSet(RpGroupMapping.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.