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 |
|---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getScheme() |
String |
getUrl() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasScheme() |
Boolean |
hasUrl() |
A |
withNewPath(String arg0)
Deprecated.
|
A |
withNewScheme(String arg0)
Deprecated.
|
A |
withNewUrl(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withScheme(String scheme) |
A |
withUrl(String url) |
public 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>>@Deprecated public A withNewPath(String arg0)
withNewPath 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>>@Deprecated public A withNewScheme(String arg0)
withNewScheme 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>>@Deprecated public A withNewUrl(String arg0)
withNewUrl in interface ProberSpecFluent<A extends ProberSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.