public class V1ContainerPortFluentImpl<A extends V1ContainerPortFluent<A>> extends BaseFluent<A> implements V1ContainerPortFluent<A>
_visitables
Constructor and Description |
---|
V1ContainerPortFluentImpl() |
V1ContainerPortFluentImpl(V1ContainerPort instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getContainerPort() |
String |
getHostIP() |
Integer |
getHostPort() |
String |
getName() |
String |
getProtocol() |
Boolean |
hasContainerPort() |
int |
hashCode() |
Boolean |
hasHostIP() |
Boolean |
hasHostPort() |
Boolean |
hasName() |
Boolean |
hasProtocol() |
A |
withContainerPort(Integer containerPort) |
A |
withHostIP(String hostIP) |
A |
withHostPort(Integer hostPort) |
A |
withName(String name) |
A |
withNewHostIP(String arg1) |
A |
withNewHostIP(StringBuffer arg1) |
A |
withNewHostIP(StringBuilder arg1) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewProtocol(String arg1) |
A |
withNewProtocol(StringBuffer arg1) |
A |
withNewProtocol(StringBuilder arg1) |
A |
withProtocol(String protocol) |
public V1ContainerPortFluentImpl()
public V1ContainerPortFluentImpl(V1ContainerPort instance)
public Integer getContainerPort()
getContainerPort
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withContainerPort(Integer containerPort)
withContainerPort
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public Boolean hasContainerPort()
hasContainerPort
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public String getHostIP()
getHostIP
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withHostIP(String hostIP)
withHostIP
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public Boolean hasHostIP()
hasHostIP
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewHostIP(String arg1)
withNewHostIP
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewHostIP(StringBuilder arg1)
withNewHostIP
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewHostIP(StringBuffer arg1)
withNewHostIP
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public Integer getHostPort()
getHostPort
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withHostPort(Integer hostPort)
withHostPort
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public Boolean hasHostPort()
hasHostPort
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public String getName()
getName
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withName(String name)
withName
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public Boolean hasName()
hasName
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewName(String arg1)
withNewName
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewName(StringBuilder arg1)
withNewName
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewName(StringBuffer arg1)
withNewName
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public String getProtocol()
getProtocol
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withProtocol(String protocol)
withProtocol
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public Boolean hasProtocol()
hasProtocol
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewProtocol(String arg1)
withNewProtocol
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewProtocol(StringBuilder arg1)
withNewProtocol
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
public A withNewProtocol(StringBuffer arg1)
withNewProtocol
in interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
Copyright © 2021. All rights reserved.