public class DefaultRoutingProtocols extends org.onosproject.yang.model.InnerModelObject implements RoutingProtocols
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<RoutingProtocol> |
routingProtocol |
| Constructor and Description |
|---|
DefaultRoutingProtocols()
Creates an instance of defaultRoutingProtocols.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToRoutingProtocol(RoutingProtocol addTo)
Adds to the list of routingProtocol.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<RoutingProtocol> |
routingProtocol()
Returns the attribute routingProtocol.
|
void |
routingProtocol(List<RoutingProtocol> routingProtocol)
Sets the attribute routingProtocol.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<RoutingProtocol> routingProtocol
public DefaultRoutingProtocols()
public List<RoutingProtocol> routingProtocol()
RoutingProtocolsroutingProtocol in interface RoutingProtocolspublic void routingProtocol(List<RoutingProtocol> routingProtocol)
RoutingProtocolsroutingProtocol in interface RoutingProtocolsroutingProtocol - list of routingProtocolpublic void addToRoutingProtocol(RoutingProtocol addTo)
RoutingProtocolsaddToRoutingProtocol in interface RoutingProtocolsaddTo - value of routingProtocolCopyright © 2018. All rights reserved.