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:
getNamein interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
withName
- Specified by:
withNamein interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
getValue
- Specified by:
getValuein interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
withValue
- Specified by:
withValuein interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
hasValue
- Specified by:
hasValuein interfaceV1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1HTTPHeaderFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1HTTPHeaderFluent<A>>
-
toString
-