@Generated(value="jsonschema2pojo") public class ValueBoolValue extends Object implements IsValueKind, io.fabric8.kubernetes.api.builder.Editable<ValueBoolValueBuilder>
| Constructor and Description |
|---|
ValueBoolValue()
No args constructor for use in serialization
|
ValueBoolValue(Boolean boolValue) |
| Modifier and Type | Method and Description |
|---|---|
ValueBoolValueBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getBoolValue() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBoolValue(Boolean boolValue) |
ValueBoolValueBuilder |
toBuilder() |
public ValueBoolValue()
public ValueBoolValue(Boolean boolValue)
public Boolean getBoolValue()
public void setBoolValue(Boolean boolValue)
public ValueBoolValueBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<ValueBoolValueBuilder>public ValueBoolValueBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.