Uses of Class
org.opennms.integration.api.v1.model.immutables.ImmutableIpInterface
-
Packages that use ImmutableIpInterface Package Description org.opennms.integration.api.v1.model.immutables -
-
Uses of ImmutableIpInterface in org.opennms.integration.api.v1.model.immutables
Methods in org.opennms.integration.api.v1.model.immutables that return ImmutableIpInterface Modifier and Type Method Description ImmutableIpInterfaceImmutableIpInterface.Builder. build()static ImmutableIpInterfaceImmutableIpInterface. newInstance(java.net.InetAddress ipAddress, org.opennms.integration.api.v1.model.SnmpInterface snmpInterface, java.util.List<org.opennms.integration.api.v1.model.MetaData> metaData, java.util.List<org.opennms.integration.api.v1.model.MonitoredService> monitoredServices)
-