public class ValueBoolValueBuilder extends ValueBoolValueFluentImpl<ValueBoolValueBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ValueBoolValue,ValueBoolValueBuilder>
| Constructor and Description |
|---|
ValueBoolValueBuilder() |
ValueBoolValueBuilder(Boolean validationEnabled) |
ValueBoolValueBuilder(ValueBoolValue instance) |
ValueBoolValueBuilder(ValueBoolValue instance,
Boolean validationEnabled) |
ValueBoolValueBuilder(ValueBoolValueFluent<?> fluent) |
ValueBoolValueBuilder(ValueBoolValueFluent<?> fluent,
Boolean validationEnabled) |
ValueBoolValueBuilder(ValueBoolValueFluent<?> fluent,
ValueBoolValue instance) |
ValueBoolValueBuilder(ValueBoolValueFluent<?> fluent,
ValueBoolValue instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ValueBoolValue |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getBoolValue, hasBoolValue, withBoolValueaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic ValueBoolValueBuilder()
public ValueBoolValueBuilder(Boolean validationEnabled)
public ValueBoolValueBuilder(ValueBoolValueFluent<?> fluent)
public ValueBoolValueBuilder(ValueBoolValueFluent<?> fluent, Boolean validationEnabled)
public ValueBoolValueBuilder(ValueBoolValueFluent<?> fluent, ValueBoolValue instance)
public ValueBoolValueBuilder(ValueBoolValueFluent<?> fluent, ValueBoolValue instance, Boolean validationEnabled)
public ValueBoolValueBuilder(ValueBoolValue instance)
public ValueBoolValueBuilder(ValueBoolValue instance, Boolean validationEnabled)
public ValueBoolValue build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ValueBoolValue>public boolean equals(Object o)
equals in class ValueBoolValueFluentImpl<ValueBoolValueBuilder>public int hashCode()
hashCode in class ValueBoolValueFluentImpl<ValueBoolValueBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.