public class DiskUsageStats extends GenericModel
| Constructor and Description | 
|---|
| DiskUsageStats(long usedBytes,
              long totalBytes,
              String used,
              String total,
              double percentUsed)Instantiates a new disk usage stats. | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getPercentUsed()Gets the percent used. | 
| String | getTotal()Gets the total. | 
| long | getTotalBytes()Gets the total bytes. | 
| String | getUsed()Gets the used. | 
| long | getUsedBytes()Gets the used bytes. | 
equals, hashCode, toStringpublic String getUsed()
public long getUsedBytes()
public String getTotal()
public long getTotalBytes()
public double getPercentUsed()
Copyright © 2015–2016 IBM Watson. All rights reserved.