public class ServerURLFluentImpl<A extends ServerURLFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServerURLFluent<A>
| Constructor and Description |
|---|
ServerURLFluentImpl() |
ServerURLFluentImpl(ServerURL instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCaBundle() |
String |
getUrl() |
Boolean |
hasCaBundle() |
int |
hashCode() |
Boolean |
hasUrl() |
String |
toString() |
A |
withCaBundle(String caBundle) |
A |
withUrl(String url) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServerURLFluentImpl()
public ServerURLFluentImpl(ServerURL instance)
public String getCaBundle()
getCaBundle in interface ServerURLFluent<A extends ServerURLFluent<A>>public A withCaBundle(String caBundle)
withCaBundle in interface ServerURLFluent<A extends ServerURLFluent<A>>public Boolean hasCaBundle()
hasCaBundle in interface ServerURLFluent<A extends ServerURLFluent<A>>public String getUrl()
getUrl in interface ServerURLFluent<A extends ServerURLFluent<A>>public A withUrl(String url)
withUrl in interface ServerURLFluent<A extends ServerURLFluent<A>>public Boolean hasUrl()
hasUrl in interface ServerURLFluent<A extends ServerURLFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServerURLFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServerURLFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.