@Generated(value="org.jsonschema2pojo") public class StorageShareCapacity_ extends Object
| Constructor and Description |
|---|
StorageShareCapacity_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getFreeSize()
The amount of available storage (GB)
|
Integer |
getReservedSize()
The amount storage which is not occupied, but has been reserved for use (GB)
|
String |
getStorageShareID()
The ID of the StorageShare related to this capacity
|
Integer |
getTotalSize()
The total amount of storage (GB)
|
String |
getType()
The type of storage capacity - StorageCapacity_t
|
Integer |
getUsedSize()
The amount of used storage (GB)
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFreeSize(Integer freeSize)
The amount of available storage (GB)
|
void |
setReservedSize(Integer reservedSize)
The amount storage which is not occupied, but has been reserved for use (GB)
|
void |
setStorageShareID(String storageShareID)
The ID of the StorageShare related to this capacity
|
void |
setTotalSize(Integer totalSize)
The total amount of storage (GB)
|
void |
setType(String type)
The type of storage capacity - StorageCapacity_t
|
void |
setUsedSize(Integer usedSize)
The amount of used storage (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 getStorageShareID()
public void setStorageShareID(String storageShareID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.