public interface DeviceInformation
| Modifier and Type | Method and Description |
|---|---|
String |
areaId()
Gets area id.
|
org.onlab.packet.Ip4Address |
interfaceId()
Gets interface ids.
|
boolean |
isAlreadyCreated()
Gets device information is already created or not.
|
boolean |
isDis()
Gets device is dis or not.
|
String |
neighborId()
Gets neighbor id.
|
void |
setAlreadyCreated(boolean alreadyCreated)
Sets device information is already created or not.
|
void |
setAreaId(String areaId)
Sets area id.
|
void |
setDis(boolean dis)
Sets device is dis or not.
|
void |
setInterfaceId(org.onlab.packet.Ip4Address interfaceId)
Sets interface id.
|
void |
setNeighborId(String neighborId)
Sets neighbor id.
|
void |
setSystemId(String systemId)
Sets system id.
|
String |
systemId()
Gets system id.
|
String systemId()
void setSystemId(String systemId)
systemId - system idorg.onlab.packet.Ip4Address interfaceId()
void setInterfaceId(org.onlab.packet.Ip4Address interfaceId)
interfaceId - interface idString areaId()
void setAreaId(String areaId)
areaId - area idboolean isAlreadyCreated()
void setAlreadyCreated(boolean alreadyCreated)
alreadyCreated - true if device information is already created else falseboolean isDis()
void setDis(boolean dis)
dis - true if device is dr else falseString neighborId()
void setNeighborId(String neighborId)
neighborId - neighbor id