public class ParamValueFluent<A extends ParamValueFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ParamValueFluent() |
ParamValueFluent(ParamValue instance) |
public ParamValueFluent()
public ParamValueFluent(ParamValue instance)
protected void copyInstance(ParamValue instance)
public A addAllToArrayVal(Collection<String> items)
public A removeAllFromArrayVal(Collection<String> items)
public String getArrayVal(int index)
public String getFirstArrayVal()
public String getLastArrayVal()
public boolean hasArrayVal()
public String getStringVal()
public boolean hasStringVal()
public String getType()
public boolean hasType()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParamValueFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParamValueFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.