public class ResourceQuotaStatusFluentImpl<A extends ResourceQuotaStatusFluent<A>> extends BaseFluent<A> implements ResourceQuotaStatusFluent<A>
_visitables
Constructor and Description |
---|
ResourceQuotaStatusFluentImpl() |
ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance) |
Modifier and Type | Method and Description |
---|---|
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,Quantity> |
getHard() |
Map<String,Quantity> |
getUsed() |
Boolean |
hasHard() |
Boolean |
hasUsed() |
A |
removeFromHard(Map<String,Quantity> map) |
A |
removeFromHard(String key) |
A |
removeFromUsed(Map<String,Quantity> map) |
A |
removeFromUsed(String key) |
A |
withHard(Map<String,Quantity> hard) |
A |
withUsed(Map<String,Quantity> used) |
public 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 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 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>>
Copyright © 2011–2018 Red Hat. All rights reserved.