public class ResourceQuotaStatusFluentImpl<A extends ResourceQuotaStatusFluent<A>> extends BaseFluent<A> implements ResourceQuotaStatusFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ResourceQuotaStatusFluentImpl() |
ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToHard(Map<String,Quantity> map) |
A |
addToHard(String key,
Quantity value) |
A |
addToUsed(Map<String,Quantity> map) |
A |
addToUsed(String key,
Quantity value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,Quantity> |
getHard() |
Map<String,Quantity> |
getUsed() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasHard() |
int |
hashCode() |
Boolean |
hasUsed() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromHard(Map<String,Quantity> map) |
A |
removeFromHard(String key) |
A |
removeFromUsed(Map<String,Quantity> map) |
A |
removeFromUsed(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withHard(Map<String,Quantity> hard) |
<K,V> A |
withUsed(Map<String,Quantity> used) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ResourceQuotaStatusFluentImpl()
public ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance)
public A addToHard(String key, Quantity value)
addToHard in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A addToHard(Map<String,Quantity> map)
addToHard in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A removeFromHard(String key)
removeFromHard in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A removeFromHard(Map<String,Quantity> map)
removeFromHard in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public Map<String,Quantity> getHard()
getHard in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public <K,V> A withHard(Map<String,Quantity> hard)
withHard in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public Boolean hasHard()
hasHard in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A addToUsed(String key, Quantity value)
addToUsed in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A addToUsed(Map<String,Quantity> map)
addToUsed in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A removeFromUsed(String key)
removeFromUsed in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A removeFromUsed(Map<String,Quantity> map)
removeFromUsed in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public Map<String,Quantity> getUsed()
getUsed in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public <K,V> A withUsed(Map<String,Quantity> used)
withUsed in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public Boolean hasUsed()
hasUsed in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends ResourceQuotaStatusFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends ResourceQuotaStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.