public class MemoryUsage extends GenericModel
| Constructor and Description | 
|---|
MemoryUsage()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Double | 
getPercentUsed()
Gets the percentUsed. 
 | 
java.lang.String | 
getTotal()
Gets the total. 
 | 
java.lang.Long | 
getTotalBytes()
Gets the totalBytes. 
 | 
java.lang.String | 
getUsed()
Gets the used. 
 | 
java.lang.Long | 
getUsedBytes()
Gets the usedBytes. 
 | 
equals, hashCode, toStringpublic java.lang.Long getUsedBytes()
public java.lang.Long getTotalBytes()
public java.lang.String getUsed()
public java.lang.String getTotal()
public java.lang.Double getPercentUsed()