public class QuotaParamsFluentImpl<A extends QuotaParamsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements QuotaParamsFluent<A>
| Constructor and Description |
|---|
QuotaParamsFluentImpl() |
QuotaParamsFluentImpl(QuotaParams instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getAmount() |
Boolean |
hasAmount() |
Boolean |
hasBestEffort() |
Boolean |
isBestEffort() |
A |
withAmount(Long amount) |
A |
withBestEffort(Boolean bestEffort) |
A |
withNewAmount(long arg1) |
A |
withNewAmount(String arg1) |
A |
withNewBestEffort(boolean arg1) |
A |
withNewBestEffort(String arg1) |
public QuotaParamsFluentImpl()
public QuotaParamsFluentImpl(QuotaParams instance)
public Long getAmount()
getAmount in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public A withAmount(Long amount)
withAmount in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public Boolean hasAmount()
hasAmount in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public A withNewAmount(String arg1)
withNewAmount in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public A withNewAmount(long arg1)
withNewAmount in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public Boolean isBestEffort()
isBestEffort in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public A withBestEffort(Boolean bestEffort)
withBestEffort in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public Boolean hasBestEffort()
hasBestEffort in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public A withNewBestEffort(String arg1)
withNewBestEffort in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>public A withNewBestEffort(boolean arg1)
withNewBestEffort in interface QuotaParamsFluent<A extends QuotaParamsFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.