public class ProberSpecFluentImpl<A extends ProberSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProberSpecFluent<A>
| Constructor and Description |
|---|
ProberSpecFluentImpl() |
ProberSpecFluentImpl(ProberSpec 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 |
getPath() |
String |
getProxyUrl() |
String |
getScheme() |
String |
getUrl() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasProxyUrl() |
Boolean |
hasScheme() |
Boolean |
hasUrl() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withPath(String path) |
A |
withProxyUrl(String proxyUrl) |
A |
withScheme(String scheme) |
A |
withUrl(String url) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ProberSpecFluentImpl()
public ProberSpecFluentImpl(ProberSpec instance)
public String getPath()
getPath in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public A withPath(String path)
withPath in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public Boolean hasPath()
hasPath in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public String getProxyUrl()
getProxyUrl in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public A withProxyUrl(String proxyUrl)
withProxyUrl in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public Boolean hasProxyUrl()
hasProxyUrl in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public String getScheme()
getScheme in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public A withScheme(String scheme)
withScheme in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public Boolean hasScheme()
hasScheme in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public String getUrl()
getUrl in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public A withUrl(String url)
withUrl in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public Boolean hasUrl()
hasUrl in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ProberSpecFluent<A extends ProberSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProberSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProberSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.