public class UpdateFluentImpl<A extends UpdateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements UpdateFluent<A>
| Constructor and Description |
|---|
UpdateFluentImpl() |
UpdateFluentImpl(Update 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 |
getForce() |
String |
getImage() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasForce() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withForce() |
A |
withForce(Boolean force) |
A |
withImage(String image) |
A |
withVersion(String version) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic UpdateFluentImpl()
public UpdateFluentImpl(Update instance)
public Boolean getForce()
getForce in interface UpdateFluent<A extends UpdateFluent<A>>public A withForce(Boolean force)
withForce in interface UpdateFluent<A extends UpdateFluent<A>>public Boolean hasForce()
hasForce in interface UpdateFluent<A extends UpdateFluent<A>>public String getImage()
getImage in interface UpdateFluent<A extends UpdateFluent<A>>public A withImage(String image)
withImage in interface UpdateFluent<A extends UpdateFluent<A>>public Boolean hasImage()
hasImage in interface UpdateFluent<A extends UpdateFluent<A>>public String getVersion()
getVersion in interface UpdateFluent<A extends UpdateFluent<A>>public A withVersion(String version)
withVersion in interface UpdateFluent<A extends UpdateFluent<A>>public Boolean hasVersion()
hasVersion in interface UpdateFluent<A extends UpdateFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface UpdateFluent<A extends UpdateFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface UpdateFluent<A extends UpdateFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface UpdateFluent<A extends UpdateFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface UpdateFluent<A extends UpdateFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface UpdateFluent<A extends UpdateFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface UpdateFluent<A extends UpdateFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface UpdateFluent<A extends UpdateFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends UpdateFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends UpdateFluent<A>>public A withForce()
withForce in interface UpdateFluent<A extends UpdateFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.