public class DiskUsage extends GenericModel
Constructor and Description |
---|
DiskUsage() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getMaximumAllowedBytes()
Gets the maximumAllowedBytes.
|
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, toString
public java.lang.Long getUsedBytes()
public java.lang.Long getMaximumAllowedBytes()
public java.lang.Long getTotalBytes()
public java.lang.String getUsed()
public java.lang.String getTotal()
public java.lang.Double getPercentUsed()