public class HTTPHeaderFluentImpl<A extends HTTPHeaderFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPHeaderFluent<A>
| Constructor and Description |
|---|
HTTPHeaderFluentImpl() |
HTTPHeaderFluentImpl(HTTPHeader instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasValue() |
String |
toString() |
A |
withName(String name) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HTTPHeaderFluentImpl()
public HTTPHeaderFluentImpl(HTTPHeader instance)
public String getName()
getName in interface HTTPHeaderFluent<A extends HTTPHeaderFluent<A>>public A withName(String name)
withName in interface HTTPHeaderFluent<A extends HTTPHeaderFluent<A>>public Boolean hasName()
hasName in interface HTTPHeaderFluent<A extends HTTPHeaderFluent<A>>public String getValue()
getValue in interface HTTPHeaderFluent<A extends HTTPHeaderFluent<A>>public A withValue(String value)
withValue in interface HTTPHeaderFluent<A extends HTTPHeaderFluent<A>>public Boolean hasValue()
hasValue in interface HTTPHeaderFluent<A extends HTTPHeaderFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPHeaderFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPHeaderFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.