public class CustomDeployFluentImpl<A extends CustomDeployFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomDeployFluent<A>
| Constructor and Description |
|---|
CustomDeployFluentImpl() |
CustomDeployFluentImpl(CustomDeploy 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() |
String |
getMethod() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasMethod() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMethod(String method) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CustomDeployFluentImpl()
public CustomDeployFluentImpl(CustomDeploy instance)
public String getMethod()
getMethod in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public A withMethod(String method)
withMethod in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public Boolean hasMethod()
hasMethod in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CustomDeployFluent<A extends CustomDeployFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomDeployFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomDeployFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.