public class CheckRequestFluentImpl<A extends CheckRequestFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CheckRequestFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CheckRequestFluentImpl.AttributesNestedImpl<N> |
CheckRequestFluent.AttributesNested<N>| Constructor and Description |
|---|
CheckRequestFluentImpl() |
CheckRequestFluentImpl(CheckRequest instance) |
public CheckRequestFluentImpl()
public CheckRequestFluentImpl(CheckRequest instance)
@Deprecated public CompressedAttributes getAttributes()
getAttributes in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public CompressedAttributes buildAttributes()
buildAttributes in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A withAttributes(CompressedAttributes attributes)
withAttributes in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public Boolean hasAttributes()
hasAttributes in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public CheckRequestFluent.AttributesNested<A> withNewAttributes()
withNewAttributes in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public CheckRequestFluent.AttributesNested<A> withNewAttributesLike(CompressedAttributes item)
withNewAttributesLike in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public CheckRequestFluent.AttributesNested<A> editAttributes()
editAttributes in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public CheckRequestFluent.AttributesNested<A> editOrNewAttributes()
editOrNewAttributes in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public CheckRequestFluent.AttributesNested<A> editOrNewAttributesLike(CompressedAttributes item)
editOrNewAttributesLike in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public String getDeduplicationId()
getDeduplicationId in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A withDeduplicationId(String deduplicationId)
withDeduplicationId in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public Boolean hasDeduplicationId()
hasDeduplicationId in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public Integer getGlobalWordCount()
getGlobalWordCount in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A withGlobalWordCount(Integer globalWordCount)
withGlobalWordCount in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public Boolean hasGlobalWordCount()
hasGlobalWordCount in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A withNewGlobalWordCount(String arg1)
withNewGlobalWordCount in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A withNewGlobalWordCount(int arg1)
withNewGlobalWordCount in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A addToQuotas(String key, QuotaParams value)
addToQuotas in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A addToQuotas(Map<String,QuotaParams> map)
addToQuotas in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A removeFromQuotas(String key)
removeFromQuotas in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A removeFromQuotas(Map<String,QuotaParams> map)
removeFromQuotas in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public Map<String,QuotaParams> getQuotas()
getQuotas in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public A withQuotas(Map<String,QuotaParams> quotas)
withQuotas in interface CheckRequestFluent<A extends CheckRequestFluent<A>>public Boolean hasQuotas()
hasQuotas in interface CheckRequestFluent<A extends CheckRequestFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.