@Generated(value="org.jsonschema2pojo") public class DataStore extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataStore.Latency |
| Constructor and Description |
|---|
DataStore() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getFreeSize()
The amount of available storage (GB)
|
DataStore.Latency |
getLatency()
The latency category under normal operating conditions - AccessLatency_t
|
Integer |
getTotalSize()
The total amount of storage (GB)
|
String |
getType()
The type of storage medium - DataStoreType_t (disk,optical,tape,...)
|
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 |
setLatency(DataStore.Latency latency)
The latency category under normal operating conditions - AccessLatency_t
|
void |
setTotalSize(Integer totalSize)
The total amount of storage (GB)
|
void |
setType(String type)
The type of storage medium - DataStoreType_t (disk,optical,tape,...)
|
void |
setUsedSize(Integer usedSize)
The amount of used storage (GB)
|
String |
toString() |
public String getType()
public void setType(String type)
public DataStore.Latency getLatency()
public void setLatency(DataStore.Latency latency)
public Integer getTotalSize()
public void setTotalSize(Integer totalSize)
public Integer getFreeSize()
public void setFreeSize(Integer freeSize)
public Integer getUsedSize()
public void setUsedSize(Integer usedSize)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.