public class ResourceQuotaStatusFluentImpl<T extends ResourceQuotaStatusFluent<T>> extends BaseFluent<T> implements ResourceQuotaStatusFluent<T>
_visitables| Constructor and Description |
|---|
ResourceQuotaStatusFluentImpl() |
ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToHard(Map<String,Quantity> map) |
T |
addToHard(String key,
Quantity value) |
T |
addToUsed(Map<String,Quantity> map) |
T |
addToUsed(String key,
Quantity value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,Quantity> |
getHard() |
Map<String,Quantity> |
getUsed() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromHard(Map<String,Quantity> map) |
T |
removeFromHard(String key) |
T |
removeFromUsed(Map<String,Quantity> map) |
T |
removeFromUsed(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withHard(Map<String,Quantity> hard) |
T |
withUsed(Map<String,Quantity> used) |
public ResourceQuotaStatusFluentImpl()
public ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance)
public T addToHard(String key, Quantity value)
addToHard in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T addToHard(Map<String,Quantity> map)
addToHard in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T removeFromHard(String key)
removeFromHard in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T removeFromHard(Map<String,Quantity> map)
removeFromHard in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public Map<String,Quantity> getHard()
getHard in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T withHard(Map<String,Quantity> hard)
withHard in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T addToUsed(String key, Quantity value)
addToUsed in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T addToUsed(Map<String,Quantity> map)
addToUsed in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T removeFromUsed(String key)
removeFromUsed in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T removeFromUsed(Map<String,Quantity> map)
removeFromUsed in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public Map<String,Quantity> getUsed()
getUsed in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T withUsed(Map<String,Quantity> used)
withUsed in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ResourceQuotaStatusFluent<T extends ResourceQuotaStatusFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.