public class PercentFluentImpl<A extends PercentFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PercentFluent<A>
| Constructor and Description |
|---|
PercentFluentImpl() |
PercentFluentImpl(Percent instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getValue() |
int |
hashCode() |
Boolean |
hasValue() |
A |
withValue(Double value) |
public PercentFluentImpl()
public PercentFluentImpl(Percent instance)
public Double getValue()
getValue in interface PercentFluent<A extends PercentFluent<A>>public A withValue(Double value)
withValue in interface PercentFluent<A extends PercentFluent<A>>public Boolean hasValue()
hasValue in interface PercentFluent<A extends PercentFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.