public class ParamValue extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Modifier and Type | Class and Description |
|---|---|
static class |
ParamValue.Deserializer |
static class |
ParamValue.Serializer |
| Constructor and Description |
|---|
ParamValue()
No args constructor for use in serialization
|
ParamValue(List<String> arrayVal) |
ParamValue(List<String> arrayVal,
String stringVal,
String type,
Map<String,Object> additionalProperties) |
ParamValue(String stringVal) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getArrayVal() |
String |
getStringVal() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setArrayVal(List<String> arrayVal) |
void |
setStringVal(String stringVal) |
void |
setType(String type) |
public ParamValue()
public ParamValue(List<String> arrayVal, String stringVal, String type, Map<String,Object> additionalProperties)
public ParamValue(String stringVal)
Copyright © 2015–2023 Red Hat. All rights reserved.