public class ProberSpecFluent<A extends ProberSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ProberSpecFluent() |
ProberSpecFluent(ProberSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ProberSpec instance) |
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) |
public ProberSpecFluent()
public ProberSpecFluent(ProberSpec instance)
protected void copyInstance(ProberSpec instance)
public String getPath()
public boolean hasPath()
public String getProxyUrl()
public boolean hasProxyUrl()
public String getScheme()
public boolean hasScheme()
public String getUrl()
public boolean hasUrl()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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–2024 Red Hat. All rights reserved.