public class ProxyFluentImpl<A extends ProxyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProxyFluent<A>
| Constructor and Description |
|---|
ProxyFluentImpl() |
ProxyFluentImpl(Proxy instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasHttpProxy() |
Boolean |
hasHttpsProxy() |
Boolean |
hasNoProxy() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHttpProxy(String httpProxy) |
A |
withHttpsProxy(String httpsProxy) |
A |
withNoProxy(String noProxy) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ProxyFluentImpl()
public ProxyFluentImpl(Proxy instance)
public String getHttpProxy()
getHttpProxy in interface ProxyFluent<A extends ProxyFluent<A>>public A withHttpProxy(String httpProxy)
withHttpProxy in interface ProxyFluent<A extends ProxyFluent<A>>public Boolean hasHttpProxy()
hasHttpProxy in interface ProxyFluent<A extends ProxyFluent<A>>public String getHttpsProxy()
getHttpsProxy in interface ProxyFluent<A extends ProxyFluent<A>>public A withHttpsProxy(String httpsProxy)
withHttpsProxy in interface ProxyFluent<A extends ProxyFluent<A>>public Boolean hasHttpsProxy()
hasHttpsProxy in interface ProxyFluent<A extends ProxyFluent<A>>public String getNoProxy()
getNoProxy in interface ProxyFluent<A extends ProxyFluent<A>>public A withNoProxy(String noProxy)
withNoProxy in interface ProxyFluent<A extends ProxyFluent<A>>public Boolean hasNoProxy()
hasNoProxy in interface ProxyFluent<A extends ProxyFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProxyFluent<A extends ProxyFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProxyFluent<A extends ProxyFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProxyFluent<A extends ProxyFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProxyFluent<A extends ProxyFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProxyFluent<A extends ProxyFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProxyFluent<A extends ProxyFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ProxyFluent<A extends ProxyFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxyFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxyFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.