public class ConsolePluginServiceFluent<A extends ConsolePluginServiceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ConsolePluginServiceFluent() |
ConsolePluginServiceFluent(ConsolePluginService instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ConsolePluginService instance) |
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) |
public ConsolePluginServiceFluent()
public ConsolePluginServiceFluent(ConsolePluginService instance)
protected void copyInstance(ConsolePluginService instance)
public String getBasePath()
public boolean hasBasePath()
public String getName()
public boolean hasName()
public String getNamespace()
public boolean hasNamespace()
public Integer getPort()
public boolean hasPort()
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 ConsolePluginServiceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsolePluginServiceFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.