public class ProfileConfigFluentImpl<A extends ProfileConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProfileConfigFluent<A>
| Constructor and Description |
|---|
ProfileConfigFluentImpl() |
ProfileConfigFluentImpl(ProfileConfig 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() |
Boolean |
getDebug() |
String |
getTunedProfile() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDebug() |
int |
hashCode() |
Boolean |
hasTunedProfile() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDebug(Boolean debug) |
A |
withNewTunedProfile(String arg0)
Deprecated.
|
A |
withTunedProfile(String tunedProfile) |
public ProfileConfigFluentImpl()
public ProfileConfigFluentImpl(ProfileConfig instance)
public Boolean getDebug()
getDebug in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public A withDebug(Boolean debug)
withDebug in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public Boolean hasDebug()
hasDebug in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public String getTunedProfile()
getTunedProfile in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public A withTunedProfile(String tunedProfile)
withTunedProfile in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public Boolean hasTunedProfile()
hasTunedProfile in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>@Deprecated public A withNewTunedProfile(String arg0)
withNewTunedProfile in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ProfileConfigFluent<A extends ProfileConfigFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.