Class NodeInfo
- java.lang.Object
-
- org.opennms.netmgt.graph.api.info.NodeInfo
-
public class NodeInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeInfo.NodeInfoBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInfo.NodeInfoBuilder
builder()
Set<String>
getCategories()
String
getForeignId()
String
getForeignSource()
Integer
getId()
List<IpInfo>
getIpInterfaces()
String
getLabel()
String
getLocation()
NodeRef
getNodeRef()
-
-
-
Method Detail
-
getLocation
public String getLocation()
-
getId
public Integer getId()
-
getForeignSource
public String getForeignSource()
-
getForeignId
public String getForeignId()
-
getLabel
public String getLabel()
-
getNodeRef
public NodeRef getNodeRef()
-
builder
public static NodeInfo.NodeInfoBuilder builder()
-
-