public class DiscUsage extends Object
Constructor and Description |
---|
DiscUsage() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getTotalSize()
Total disc space.
|
Long |
getUsedSize()
Application used disc space.
|
int |
hashCode() |
void |
setTotalSize(Long totalSize) |
void |
setUsedSize(Long usedSize) |
String |
toString() |
DiscUsage |
totalSize(Long totalSize) |
DiscUsage |
usedSize(Long usedSize) |
Copyright © 2019 Aspose Pty Ltd. All rights reserved.