public class PortBindingFluentImpl<A extends PortBindingFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements PortBindingFluent<A>
| Constructor and Description |
|---|
PortBindingFluentImpl() |
PortBindingFluentImpl(PortBinding instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHostIp() |
String |
getHostPort() |
Boolean |
hasHostIp() |
Boolean |
hasHostPort() |
A |
withHostIp(String HostIp) |
A |
withHostPort(String HostPort) |
public PortBindingFluentImpl()
public PortBindingFluentImpl(PortBinding instance)
public String getHostIp()
getHostIp in interface PortBindingFluent<A extends PortBindingFluent<A>>public A withHostIp(String HostIp)
withHostIp in interface PortBindingFluent<A extends PortBindingFluent<A>>public Boolean hasHostIp()
hasHostIp in interface PortBindingFluent<A extends PortBindingFluent<A>>public String getHostPort()
getHostPort in interface PortBindingFluent<A extends PortBindingFluent<A>>public A withHostPort(String HostPort)
withHostPort in interface PortBindingFluent<A extends PortBindingFluent<A>>public Boolean hasHostPort()
hasHostPort in interface PortBindingFluent<A extends PortBindingFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.