public class ConsolePluginServiceFluentImpl<A extends ConsolePluginServiceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsolePluginServiceFluent<A>
| Constructor and Description |
|---|
ConsolePluginServiceFluentImpl() |
ConsolePluginServiceFluentImpl(ConsolePluginService 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 |
getBasePath() |
String |
getName() |
String |
getNamespace() |
Integer |
getPort() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasBasePath() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPort() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBasePath(String basePath) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withPort(Integer port) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ConsolePluginServiceFluentImpl()
public ConsolePluginServiceFluentImpl(ConsolePluginService instance)
public String getBasePath()
getBasePath in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A withBasePath(String basePath)
withBasePath in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasBasePath()
hasBasePath in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public String getName()
getName in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A withName(String name)
withName in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasName()
hasName in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public String getNamespace()
getNamespace in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Integer getPort()
getPort in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A withPort(Integer port)
withPort in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasPort()
hasPort in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsolePluginServiceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsolePluginServiceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.