Package | Description |
---|---|
org.opennms.netmgt.graph.api.info | |
org.opennms.netmgt.graph.rest.impl.converter | |
org.opennms.netmgt.graph.rest.impl.converter.json |
Modifier and Type | Method and Description |
---|---|
List<IpInfo> |
NodeInfo.getIpInterfaces() |
Modifier and Type | Method and Description |
---|---|
NodeInfo.NodeInfoBuilder |
NodeInfo.NodeInfoBuilder.ipInterfaces(List<IpInfo> ipInfos) |
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 |
---|---|
org.json.JSONObject |
JsonConverterService.convert(IpInfo ipInfo) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
IpInfoConverter.convert(IpInfo input) |
Modifier and Type | Method and Description |
---|---|
boolean |
IpInfoConverter.canConvert(Class<IpInfo> type) |
Copyright © 2021. All rights reserved.