public class DiscUsage extends Object
Constructor and Description |
---|
DiscUsage() |
DiscUsage(Long usedSize,
Long totalSize)
Initializes a new instance of the 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 © 2020. All rights reserved.