public class OspfAreaAddressRangeImpl extends Object implements org.onosproject.ospf.controller.OspfAreaAddressRange
| Modifier and Type | Field and Description |
|---|---|
boolean |
advertise |
org.onlab.packet.Ip4Address |
ipAddress |
String |
mask |
| Constructor and Description |
|---|
OspfAreaAddressRangeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
org.onlab.packet.Ip4Address |
ipAddress()
Gets the IP address.
|
boolean |
isAdvertise()
Gets the advertise value.
|
String |
mask()
Gets the network mask.
|
void |
setAdvertise(boolean advertise)
Sets the advertise value.
|
void |
setIpAddress(org.onlab.packet.Ip4Address ipAddress)
Sets the IP address.
|
void |
setMask(String mask)
Sets the network mask.
|
String |
toString() |
public org.onlab.packet.Ip4Address ipAddress
public String mask
public boolean advertise
public org.onlab.packet.Ip4Address ipAddress()
ipAddress in interface org.onosproject.ospf.controller.OspfAreaAddressRangepublic void setIpAddress(org.onlab.packet.Ip4Address ipAddress)
setIpAddress in interface org.onosproject.ospf.controller.OspfAreaAddressRangeipAddress - IP addresspublic String mask()
mask in interface org.onosproject.ospf.controller.OspfAreaAddressRangepublic void setMask(String mask)
setMask in interface org.onosproject.ospf.controller.OspfAreaAddressRangemask - network mask valuepublic boolean isAdvertise()
isAdvertise in interface org.onosproject.ospf.controller.OspfAreaAddressRangepublic void setAdvertise(boolean advertise)
setAdvertise in interface org.onosproject.ospf.controller.OspfAreaAddressRangeadvertise - advertise valueCopyright © 2016. All rights reserved.