public class PercentBuilder extends PercentFluentImpl<PercentBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Percent,PercentBuilder>
| Constructor and Description |
|---|
PercentBuilder() |
PercentBuilder(Boolean validationEnabled) |
PercentBuilder(Percent instance) |
PercentBuilder(Percent instance,
Boolean validationEnabled) |
PercentBuilder(PercentFluent<?> fluent) |
PercentBuilder(PercentFluent<?> fluent,
Boolean validationEnabled) |
PercentBuilder(PercentFluent<?> fluent,
Percent instance) |
PercentBuilder(PercentFluent<?> fluent,
Percent instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Percent |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getValue, hasValue, withValueaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic PercentBuilder()
public PercentBuilder(Boolean validationEnabled)
public PercentBuilder(PercentFluent<?> fluent)
public PercentBuilder(PercentFluent<?> fluent, Boolean validationEnabled)
public PercentBuilder(PercentFluent<?> fluent, Percent instance)
public PercentBuilder(PercentFluent<?> fluent, Percent instance, Boolean validationEnabled)
public PercentBuilder(Percent instance)
public Percent build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Percent>public boolean equals(Object o)
equals in class PercentFluentImpl<PercentBuilder>public int hashCode()
hashCode in class PercentFluentImpl<PercentBuilder>Copyright © 2015–2022 Red Hat. All rights reserved.