public class ServerFluentImpl<A extends ServerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServerFluent<A>
| Constructor and Description |
|---|
ServerFluentImpl() |
ServerFluentImpl(Server instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToConfiguration(Map<String,String> map) |
A |
addToConfiguration(String key,
String value) |
boolean |
equals(Object o) |
Map<String,String> |
getConfiguration() |
String |
getId() |
String |
getPassword() |
String |
getUsername() |
Boolean |
hasConfiguration() |
int |
hashCode() |
Boolean |
hasId() |
Boolean |
hasPassword() |
Boolean |
hasUsername() |
A |
removeFromConfiguration(Map<String,String> map) |
A |
removeFromConfiguration(String key) |
String |
toString() |
<K,V> A |
withConfiguration(Map<String,String> configuration) |
A |
withId(String id) |
A |
withPassword(String password) |
A |
withUsername(String username) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServerFluentImpl()
public ServerFluentImpl(Server instance)
public A addToConfiguration(String key, String value)
addToConfiguration in interface ServerFluent<A extends ServerFluent<A>>public A addToConfiguration(Map<String,String> map)
addToConfiguration in interface ServerFluent<A extends ServerFluent<A>>public A removeFromConfiguration(String key)
removeFromConfiguration in interface ServerFluent<A extends ServerFluent<A>>public A removeFromConfiguration(Map<String,String> map)
removeFromConfiguration in interface ServerFluent<A extends ServerFluent<A>>public Map<String,String> getConfiguration()
getConfiguration in interface ServerFluent<A extends ServerFluent<A>>public <K,V> A withConfiguration(Map<String,String> configuration)
withConfiguration in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasConfiguration()
hasConfiguration in interface ServerFluent<A extends ServerFluent<A>>public String getId()
getId in interface ServerFluent<A extends ServerFluent<A>>public A withId(String id)
withId in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasId()
hasId in interface ServerFluent<A extends ServerFluent<A>>public String getPassword()
getPassword in interface ServerFluent<A extends ServerFluent<A>>public A withPassword(String password)
withPassword in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasPassword()
hasPassword in interface ServerFluent<A extends ServerFluent<A>>public String getUsername()
getUsername in interface ServerFluent<A extends ServerFluent<A>>public A withUsername(String username)
withUsername in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasUsername()
hasUsername in interface ServerFluent<A extends ServerFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServerFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServerFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.