@Generated(value="org.jsonschema2pojo") public class StorageServiceCapacity_ extends Object
| Constructor and Description |
|---|
StorageServiceCapacity_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getFreeSize()
The amount of currently available storage of this type (GB)
|
Integer |
getReservedSize()
The amount storage of this type which is not in use, but has been reserved for use in use (GB)
|
String |
getStorageServiceID()
The ID of the StorageService this capacity describes
|
Integer |
getTotalSize()
The total amount of storage of this type (GB)
|
String |
getType()
The type of storage capacity - StorageCapacity_t
|
Integer |
getUsedSize()
The amount storage of this type in use (GB)
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFreeSize(Integer freeSize)
The amount of currently available storage of this type (GB)
|
void |
setReservedSize(Integer reservedSize)
The amount storage of this type which is not in use, but has been reserved for use in use (GB)
|
void |
setStorageServiceID(String storageServiceID)
The ID of the StorageService this capacity describes
|
void |
setTotalSize(Integer totalSize)
The total amount of storage of this type (GB)
|
void |
setType(String type)
The type of storage capacity - StorageCapacity_t
|
void |
setUsedSize(Integer usedSize)
The amount storage of this type in use (GB)
|
String |
toString() |
public String getType()
public void setType(String type)
public Integer getTotalSize()
public void setTotalSize(Integer totalSize)
public Integer getFreeSize()
public void setFreeSize(Integer freeSize)
public Integer getUsedSize()
public void setUsedSize(Integer usedSize)
public Integer getReservedSize()
public void setReservedSize(Integer reservedSize)
public String getStorageServiceID()
public void setStorageServiceID(String storageServiceID)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.