public class KeyValueBuilder extends KeyValueFluentImpl<KeyValueBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KeyValue,KeyValueBuilder>
| Constructor and Description |
|---|
KeyValueBuilder() |
KeyValueBuilder(Boolean validationEnabled) |
KeyValueBuilder(KeyValue instance) |
KeyValueBuilder(KeyValue instance,
Boolean validationEnabled) |
KeyValueBuilder(KeyValueFluent<?> fluent) |
KeyValueBuilder(KeyValueFluent<?> fluent,
Boolean validationEnabled) |
KeyValueBuilder(KeyValueFluent<?> fluent,
KeyValue instance) |
KeyValueBuilder(KeyValueFluent<?> fluent,
KeyValue instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getKey, getValue, hasKey, hasValue, withKey, withNewKey, withNewValue, withValueaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic KeyValueBuilder()
public KeyValueBuilder(Boolean validationEnabled)
public KeyValueBuilder(KeyValueFluent<?> fluent)
public KeyValueBuilder(KeyValueFluent<?> fluent, Boolean validationEnabled)
public KeyValueBuilder(KeyValueFluent<?> fluent, KeyValue instance)
public KeyValueBuilder(KeyValueFluent<?> fluent, KeyValue instance, Boolean validationEnabled)
public KeyValueBuilder(KeyValue instance)
public KeyValue build()
build in interface io.fabric8.kubernetes.api.builder.Builder<KeyValue>public boolean equals(Object o)
equals in class KeyValueFluentImpl<KeyValueBuilder>public int hashCode()
hashCode in class KeyValueFluentImpl<KeyValueBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.