public class AutomationDefFluentImpl<A extends AutomationDefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AutomationDefFluent<A>
| Constructor and Description |
|---|
AutomationDefFluentImpl() |
AutomationDefFluentImpl(AutomationDef instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToExtraVars(Map<String,Object> map) |
A |
addToExtraVars(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getExtraVars() |
String |
getName() |
String |
getSecret() |
String |
getType() |
Boolean |
hasExtraVars() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasSecret() |
Boolean |
hasType() |
A |
removeFromExtraVars(Map<String,Object> map) |
A |
removeFromExtraVars(String key) |
String |
toString() |
<K,V> A |
withExtraVars(Map<String,Object> extraVars) |
A |
withName(String name) |
A |
withSecret(String secret) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AutomationDefFluentImpl()
public AutomationDefFluentImpl(AutomationDef instance)
public A addToExtraVars(String key, Object value)
addToExtraVars in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public A addToExtraVars(Map<String,Object> map)
addToExtraVars in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public A removeFromExtraVars(String key)
removeFromExtraVars in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public A removeFromExtraVars(Map<String,Object> map)
removeFromExtraVars in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public Map<String,Object> getExtraVars()
getExtraVars in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public <K,V> A withExtraVars(Map<String,Object> extraVars)
withExtraVars in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public Boolean hasExtraVars()
hasExtraVars in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public String getName()
getName in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public A withName(String name)
withName in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public Boolean hasName()
hasName in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public String getSecret()
getSecret in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public A withSecret(String secret)
withSecret in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public Boolean hasSecret()
hasSecret in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public String getType()
getType in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public A withType(String type)
withType in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public Boolean hasType()
hasType in interface AutomationDefFluent<A extends AutomationDefFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AutomationDefFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AutomationDefFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.