public class ConfigurationSpecFluentImpl<A extends ConfigurationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConfigurationSpecFluent<A>
| Constructor and Description |
|---|
ConfigurationSpecFluentImpl() |
ConfigurationSpecFluentImpl(ConfigurationSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasType() |
Boolean |
hasValue() |
A |
withNewType(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withType(String type) |
A |
withValue(String value) |
public ConfigurationSpecFluentImpl()
public ConfigurationSpecFluentImpl(ConfigurationSpec instance)
public String getType()
getType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public A withType(String type)
withType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public Boolean hasType()
hasType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public String getValue()
getValue in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public A withValue(String value)
withValue in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>public Boolean hasValue()
hasValue in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.