public class NodeInfo extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NodeInfo.NodeInfoBuilder  | 
| Constructor and Description | 
|---|
NodeInfo(String location,
        Integer id,
        String foreignSource,
        String foreignId,
        String label,
        Set<String> categories,
        List<IpInfo> ipInfos)  | 
| Modifier and Type | Method and Description | 
|---|---|
static NodeInfo.NodeInfoBuilder | 
builder()  | 
Set<String> | 
getCategories()  | 
String | 
getForeignId()  | 
String | 
getForeignSource()  | 
Integer | 
getId()  | 
List<IpInfo> | 
getIpInterfaces()  | 
String | 
getLabel()  | 
String | 
getLocation()  | 
NodeRef | 
getNodeRef()  | 
public String getLocation()
public Integer getId()
public String getForeignSource()
public String getForeignId()
public String getLabel()
public NodeRef getNodeRef()
public static NodeInfo.NodeInfoBuilder builder()
Copyright © 2021. All rights reserved.