public class V1HTTPHeaderFluentImpl<A extends V1HTTPHeaderFluent<A>> extends BaseFluent<A> implements V1HTTPHeaderFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1HTTPHeaderFluentImpl() |
V1HTTPHeaderFluentImpl(io.kubernetes.client.openapi.models.V1HTTPHeader instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasValue() |
A |
withName(String name) |
A |
withNewName(String original)
Deprecated.
|
A |
withNewValue(String original)
Deprecated.
|
A |
withValue(String value) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1HTTPHeaderFluentImpl()
public V1HTTPHeaderFluentImpl(io.kubernetes.client.openapi.models.V1HTTPHeader instance)
public String getName()
getName
in interface V1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
public A withName(String name)
withName
in interface V1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
public Boolean hasName()
hasName
in interface V1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
@Deprecated public A withNewName(String original)
withNewName
in interface V1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
public String getValue()
getValue
in interface V1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
public A withValue(String value)
withValue
in interface V1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
public Boolean hasValue()
hasValue
in interface V1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
@Deprecated public A withNewValue(String original)
withNewValue
in interface V1HTTPHeaderFluent<A extends V1HTTPHeaderFluent<A>>
Copyright © 2021. All rights reserved.