public class DefaultRpGroupMappings extends org.onosproject.yang.model.InnerModelObject implements RpGroupMappings
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<RpGroupMapping> |
rpGroupMapping |
| Constructor and Description |
|---|
DefaultRpGroupMappings()
Creates an instance of defaultRpGroupMappings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToRpGroupMapping(RpGroupMapping addTo)
Adds to the list of rpGroupMapping.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<RpGroupMapping> |
rpGroupMapping()
Returns the attribute rpGroupMapping.
|
void |
rpGroupMapping(List<RpGroupMapping> rpGroupMapping)
Sets the attribute rpGroupMapping.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<RpGroupMapping> rpGroupMapping
public DefaultRpGroupMappings()
public List<RpGroupMapping> rpGroupMapping()
RpGroupMappingsrpGroupMapping in interface RpGroupMappingspublic void rpGroupMapping(List<RpGroupMapping> rpGroupMapping)
RpGroupMappingsrpGroupMapping in interface RpGroupMappingsrpGroupMapping - list of rpGroupMappingpublic void addToRpGroupMapping(RpGroupMapping addTo)
RpGroupMappingsaddToRpGroupMapping in interface RpGroupMappingsaddTo - value of rpGroupMappingCopyright © 2018. All rights reserved.