Class V1HTTPHeaderFluentImpl<A extends V1HTTPHeaderFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1HTTPHeaderFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1HTTPHeaderFluent<A>
- Direct Known Subclasses:
V1HTTPHeaderBuilder
public class V1HTTPHeaderFluentImpl<A extends V1HTTPHeaderFluent<A>>
extends BaseFluent<A>
implements V1HTTPHeaderFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1HTTPHeaderFluentImpl
(io.kubernetes.client.openapi.models.V1HTTPHeader instance) -
Method Summary
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1HTTPHeaderFluentImpl
public V1HTTPHeaderFluentImpl() -
V1HTTPHeaderFluentImpl
public V1HTTPHeaderFluentImpl(io.kubernetes.client.openapi.models.V1HTTPHeader instance)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
getValue
- Specified by:
getValue
in interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
withValue
- Specified by:
withValue
in interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
hasValue
- Specified by:
hasValue
in interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1HTTPHeaderFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1HTTPHeaderFluent<A>>
-
toString
-