Class DiscoveryV1EndpointPortFluentImpl<A extends DiscoveryV1EndpointPortFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.DiscoveryV1EndpointPortFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,DiscoveryV1EndpointPortFluent<A>
- Direct Known Subclasses:
DiscoveryV1EndpointPortBuilder
public class DiscoveryV1EndpointPortFluentImpl<A extends DiscoveryV1EndpointPortFluent<A>>
extends BaseFluent<A>
implements DiscoveryV1EndpointPortFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryV1EndpointPortFluentImpl
(io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
getPort()
int
hashCode()
hasName()
hasPort()
toString()
withAppProtocol
(String appProtocol) withProtocol
(String protocol) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
DiscoveryV1EndpointPortFluentImpl
public DiscoveryV1EndpointPortFluentImpl() -
DiscoveryV1EndpointPortFluentImpl
public DiscoveryV1EndpointPortFluentImpl(io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance)
-
-
Method Details
-
getAppProtocol
- Specified by:
getAppProtocol
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
withAppProtocol
- Specified by:
withAppProtocol
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
hasAppProtocol
- Specified by:
hasAppProtocol
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
getName
- Specified by:
getName
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
withName
- Specified by:
withName
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
getPort
- Specified by:
getPort
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
withPort
- Specified by:
withPort
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
hasPort
- Specified by:
hasPort
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
getProtocol
- Specified by:
getProtocol
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
withProtocol
- Specified by:
withProtocol
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
hasProtocol
- Specified by:
hasProtocol
in interfaceDiscoveryV1EndpointPortFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends DiscoveryV1EndpointPortFluent<A>>
-
toString
-