Package io.fabric8.kubernetes.api.model
Class PortStatusFluentImpl<A extends PortStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PortStatusFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PortStatusFluent<A>
- Direct Known Subclasses:
LoadBalancerIngressFluentImpl.PortsNestedImpl,PortStatusBuilder,WatchEventFluentImpl.PortStatusObjectNestedImpl
public class PortStatusFluentImpl<A extends PortStatusFluent<A>> extends BaseFluent<A> implements PortStatusFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PortStatusFluentImpl()PortStatusFluentImpl(PortStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetError()IntegergetPort()StringgetProtocol()BooleanhasError()inthashCode()BooleanhasPort()BooleanhasProtocol()AwithError(String error)AwithNewError(String arg1)AwithNewError(StringBuffer arg1)AwithNewError(StringBuilder arg1)AwithNewProtocol(String arg1)AwithNewProtocol(StringBuffer arg1)AwithNewProtocol(StringBuilder arg1)AwithPort(Integer port)AwithProtocol(String protocol)
-
-
-
Constructor Detail
-
PortStatusFluentImpl
public PortStatusFluentImpl()
-
PortStatusFluentImpl
public PortStatusFluentImpl(PortStatus instance)
-
-
Method Detail
-
getError
public String getError()
- Specified by:
getErrorin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withError
public A withError(String error)
- Specified by:
withErrorin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
hasError
public Boolean hasError()
- Specified by:
hasErrorin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withNewError
public A withNewError(String arg1)
- Specified by:
withNewErrorin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withNewError
public A withNewError(StringBuilder arg1)
- Specified by:
withNewErrorin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withNewError
public A withNewError(StringBuffer arg1)
- Specified by:
withNewErrorin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
getPort
public Integer getPort()
- Specified by:
getPortin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withPort
public A withPort(Integer port)
- Specified by:
withPortin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
hasPort
public Boolean hasPort()
- Specified by:
hasPortin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withProtocol
public A withProtocol(String protocol)
- Specified by:
withProtocolin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
hasProtocol
public Boolean hasProtocol()
- Specified by:
hasProtocolin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withNewProtocol
public A withNewProtocol(String arg1)
- Specified by:
withNewProtocolin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withNewProtocol
public A withNewProtocol(StringBuilder arg1)
- Specified by:
withNewProtocolin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
withNewProtocol
public A withNewProtocol(StringBuffer arg1)
- Specified by:
withNewProtocolin interfacePortStatusFluent<A extends PortStatusFluent<A>>
-
-