@Generated(value="org.jsonschema2pojo") public class ResourceQuotaStatus extends Object
Constructor and Description |
---|
ResourceQuotaStatus()
No args constructor for use in serialization
|
ResourceQuotaStatus(Map<String,Quantity> hard,
Map<String,Quantity> used) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,Quantity> |
getHard()
hard is the set of enforced hard limits for each named resource
|
Map<String,Quantity> |
getUsed()
used is the current observed total usage of the resource in the namespace
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHard(Map<String,Quantity> hard)
hard is the set of enforced hard limits for each named resource
|
void |
setUsed(Map<String,Quantity> used)
used is the current observed total usage of the resource in the namespace
|
String |
toString() |
public ResourceQuotaStatus()
public Map<String,Quantity> getHard()
public void setHard(Map<String,Quantity> hard)
hard
- The hardpublic Map<String,Quantity> getUsed()
public void setUsed(Map<String,Quantity> used)
used
- The usedCopyright © 2011–2015 Red Hat. All rights reserved.