Class V1PortStatusFluentImpl<A extends V1PortStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PortStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1PortStatusFluent<A>
- Direct Known Subclasses:
V1PortStatusBuilder
public class V1PortStatusFluentImpl<A extends V1PortStatusFluent<A>>
extends BaseFluent<A>
implements V1PortStatusFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1PortStatusFluentImpl
(io.kubernetes.client.openapi.models.V1PortStatus instance) -
Method Summary
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PortStatusFluentImpl
public V1PortStatusFluentImpl() -
V1PortStatusFluentImpl
public V1PortStatusFluentImpl(io.kubernetes.client.openapi.models.V1PortStatus instance)
-
-
Method Details
-
getError
- Specified by:
getError
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
withError
- Specified by:
withError
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
hasError
- Specified by:
hasError
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
getPort
- Specified by:
getPort
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
withPort
- Specified by:
withPort
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
hasPort
- Specified by:
hasPort
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
getProtocol
- Specified by:
getProtocol
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
withProtocol
- Specified by:
withProtocol
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
hasProtocol
- Specified by:
hasProtocol
in interfaceV1PortStatusFluent<A extends V1PortStatusFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1PortStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1PortStatusFluent<A>>
-
toString
-