public class DefaultMaximumRoutes extends org.onosproject.yang.model.InnerModelObject implements MaximumRoutes
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<AddressFamily> |
addressFamily |
| Constructor and Description |
|---|
DefaultMaximumRoutes()
Creates an instance of defaultMaximumRoutes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddressFamily> |
addressFamily()
Returns the attribute addressFamily.
|
void |
addressFamily(List<AddressFamily> addressFamily)
Sets the attribute addressFamily.
|
void |
addToAddressFamily(AddressFamily addTo)
Adds to the list of addressFamily.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
protected List<AddressFamily> addressFamily
public DefaultMaximumRoutes()
public List<AddressFamily> addressFamily()
MaximumRoutesaddressFamily in interface MaximumRoutespublic void addressFamily(List<AddressFamily> addressFamily)
MaximumRoutesaddressFamily in interface MaximumRoutesaddressFamily - list of addressFamilypublic void addToAddressFamily(AddressFamily addTo)
MaximumRoutesaddToAddressFamily in interface MaximumRoutesaddTo - value of addressFamilyCopyright © 2017. All rights reserved.