public class StatusNode extends Object
StatusNode class.
| Constructor and Description | 
|---|
StatusNode()
Constructor for StatusNode. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addIpInterface(StatusInterface ipInterface)
addIpInterface 
 | 
Collection<StatusInterface> | 
getIpInterfaces()
getIpInterfaces 
 | 
String | 
getLabel()
getLabel 
 | 
Integer | 
getNodeid()
getNodeid 
 | 
Boolean | 
getOutagestatus()
getOutagestatus 
 | 
void | 
setLabel(String m_label)
setLabel 
 | 
void | 
setNodeid(Integer nodeid)
setNodeid 
 | 
void | 
setOutagestatus(Boolean m_outagestatus)
setOutagestatus 
 | 
public void addIpInterface(StatusInterface ipInterface)
addIpInterface
ipInterface - a StatusInterface object.public Collection<StatusInterface> getIpInterfaces()
getIpInterfaces
Collection object.public void setOutagestatus(Boolean m_outagestatus)
setOutagestatus
m_outagestatus - a Boolean object.Copyright © 2020. All rights reserved.