public class PortFluentImpl<A extends PortFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements PortFluent<A>
| Constructor and Description |
|---|
PortFluentImpl() |
PortFluentImpl(Port instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIP() |
Integer |
getPrivatePort() |
Integer |
getPublicPort() |
String |
getType() |
Boolean |
hasIP() |
Boolean |
hasPrivatePort() |
Boolean |
hasPublicPort() |
Boolean |
hasType() |
A |
withIP(String IP) |
A |
withPrivatePort(Integer PrivatePort) |
A |
withPublicPort(Integer PublicPort) |
A |
withType(String Type) |
public PortFluentImpl()
public PortFluentImpl(Port instance)
public String getIP()
getIP in interface PortFluent<A extends PortFluent<A>>public A withIP(String IP)
withIP in interface PortFluent<A extends PortFluent<A>>public Boolean hasIP()
hasIP in interface PortFluent<A extends PortFluent<A>>public Integer getPrivatePort()
getPrivatePort in interface PortFluent<A extends PortFluent<A>>public A withPrivatePort(Integer PrivatePort)
withPrivatePort in interface PortFluent<A extends PortFluent<A>>public Boolean hasPrivatePort()
hasPrivatePort in interface PortFluent<A extends PortFluent<A>>public Integer getPublicPort()
getPublicPort in interface PortFluent<A extends PortFluent<A>>public A withPublicPort(Integer PublicPort)
withPublicPort in interface PortFluent<A extends PortFluent<A>>public Boolean hasPublicPort()
hasPublicPort in interface PortFluent<A extends PortFluent<A>>public String getType()
getType in interface PortFluent<A extends PortFluent<A>>public A withType(String Type)
withType in interface PortFluent<A extends PortFluent<A>>public Boolean hasType()
hasType in interface PortFluent<A extends PortFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.