Package org.opennms.netmgt.flows.api
Class Host.Builder
- java.lang.Object
-
- org.opennms.netmgt.flows.api.Host.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Host
build()
Host.Builder
withHostname(String hostname)
Host.Builder
withIp(String ip)
-
-
-
Method Detail
-
withIp
public Host.Builder withIp(String ip)
-
withHostname
public Host.Builder withHostname(String hostname)
-
build
public Host build()
-
-