public class ParameterFluentImpl<A extends ParameterFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ParameterFluent<A>
| Constructor and Description |
|---|
ParameterFluentImpl() |
ParameterFluentImpl(Parameter instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ParameterFluentImpl()
public ParameterFluentImpl(Parameter instance)
public String getDescription()
getDescription in interface ParameterFluent<A extends ParameterFluent<A>>public A withDescription(String description)
withDescription in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean hasDescription()
hasDescription in interface ParameterFluent<A extends ParameterFluent<A>>public String getDisplayName()
getDisplayName in interface ParameterFluent<A extends ParameterFluent<A>>public A withDisplayName(String displayName)
withDisplayName in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean hasDisplayName()
hasDisplayName in interface ParameterFluent<A extends ParameterFluent<A>>public String getFrom()
getFrom in interface ParameterFluent<A extends ParameterFluent<A>>public A withFrom(String from)
withFrom in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean hasFrom()
hasFrom in interface ParameterFluent<A extends ParameterFluent<A>>public String getGenerate()
getGenerate in interface ParameterFluent<A extends ParameterFluent<A>>public A withGenerate(String generate)
withGenerate in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean hasGenerate()
hasGenerate in interface ParameterFluent<A extends ParameterFluent<A>>public String getName()
getName in interface ParameterFluent<A extends ParameterFluent<A>>public A withName(String name)
withName in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean hasName()
hasName in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean getRequired()
getRequired in interface ParameterFluent<A extends ParameterFluent<A>>public A withRequired(Boolean required)
withRequired in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean hasRequired()
hasRequired in interface ParameterFluent<A extends ParameterFluent<A>>public String getValue()
getValue in interface ParameterFluent<A extends ParameterFluent<A>>public A withValue(String value)
withValue in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean hasValue()
hasValue in interface ParameterFluent<A extends ParameterFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ParameterFluent<A extends ParameterFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ParameterFluent<A extends ParameterFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ParameterFluent<A extends ParameterFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ParameterFluent<A extends ParameterFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ParameterFluent<A extends ParameterFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ParameterFluent<A extends ParameterFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ParameterFluent<A extends ParameterFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParameterFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParameterFluent<A>>public A withRequired()
withRequired in interface ParameterFluent<A extends ParameterFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.