public class ResourceQuotaSpecFluentImpl<T extends ResourceQuotaSpecFluent<T>> extends BaseFluent<T> implements ResourceQuotaSpecFluent<T>
_visitables
Constructor and Description |
---|
ResourceQuotaSpecFluentImpl() |
ResourceQuotaSpecFluentImpl(ResourceQuotaSpec 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) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,Quantity> |
getHard() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromHard(Map<String,Quantity> map) |
T |
removeFromHard(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withHard(Map<String,Quantity> hard) |
public ResourceQuotaSpecFluentImpl()
public ResourceQuotaSpecFluentImpl(ResourceQuotaSpec instance)
public T addToHard(String key, Quantity value)
addToHard
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T addToHard(Map<String,Quantity> map)
addToHard
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T removeFromHard(String key)
removeFromHard
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T removeFromHard(Map<String,Quantity> map)
removeFromHard
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public Map<String,Quantity> getHard()
getHard
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T withHard(Map<String,Quantity> hard)
withHard
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ResourceQuotaSpecFluent<T extends ResourceQuotaSpecFluent<T>>
Copyright © 2011–2015 Red Hat. All rights reserved.