org.onosproject.yang.model.ModelObject.ModelObjectTypeOspf.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Class<? extends AddressFamily>> |
addressFamily |
protected DottedQuad |
areaAddress |
protected int |
metric |
protected ShamLinks |
shamLinks |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultOspf()
Creates an instance of defaultOspf.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends AddressFamily>> |
addressFamily()
Returns the attribute addressFamily.
|
void |
addressFamily(List<Class<? extends AddressFamily>> addressFamily)
Sets the attribute addressFamily.
|
void |
addToAddressFamily(Class<? extends AddressFamily> addTo)
Adds to the list of addressFamily.
|
DottedQuad |
areaAddress()
Returns the attribute areaAddress.
|
void |
areaAddress(DottedQuad areaAddress)
Sets the attribute areaAddress.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Ospf.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
metric()
Returns the attribute metric.
|
void |
metric(int metric)
Sets the attribute metric.
|
ShamLinks |
shamLinks()
Returns the attribute shamLinks.
|
void |
shamLinks(ShamLinks shamLinks)
Sets the attribute shamLinks.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected DottedQuad areaAddress
protected int metric
protected List<Class<? extends AddressFamily>> addressFamily
protected BitSet valueLeafFlags
protected ShamLinks shamLinks
public DottedQuad areaAddress()
OspfareaAddress in interface Ospfpublic int metric()
Ospfpublic List<Class<? extends AddressFamily>> addressFamily()
OspfaddressFamily in interface Ospfpublic BitSet valueLeafFlags()
OspfvalueLeafFlags in interface Ospfpublic ShamLinks shamLinks()
Ospfpublic void areaAddress(DottedQuad areaAddress)
OspfareaAddress in interface OspfareaAddress - value of areaAddresspublic void metric(int metric)
Ospfpublic void addressFamily(List<Class<? extends AddressFamily>> addressFamily)
OspfaddressFamily in interface OspfaddressFamily - list of addressFamilypublic void shamLinks(ShamLinks shamLinks)
Ospfpublic void addToAddressFamily(Class<? extends AddressFamily> addTo)
OspfaddToAddressFamily in interface OspfaddTo - value of addressFamilypublic boolean isLeafValueSet(Ospf.LeafIdentifier leaf)
OspfisLeafValueSet in interface Ospfleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.