public class DiscUsage extends Object
Constructor | Description |
---|---|
DiscUsage() |
Modifier and Type | Method | 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. All rights reserved.