public class DiskInfo extends Object
| Constructor and Description |
|---|
DiskInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDev() |
Long |
getDiskQuotaGiB() |
String |
getDiskType() |
Boolean |
getFormat() |
String |
getMountPath() |
DiskInfo |
setDev(String dev) |
DiskInfo |
setDiskQuotaGiB(Long diskQuotaGiB) |
DiskInfo |
setDiskType(String diskType) |
DiskInfo |
setFormat(Boolean format) |
DiskInfo |
setMountPath(String mountPath) |
String |
toString() |
Copyright © 2026. All rights reserved.