public final class StorageInformation extends Object
Constructor and Description |
---|
StorageInformation() |
Modifier and Type | Method and Description |
---|---|
int |
getNbCopies() |
String |
getOfferId() |
long |
getUsableSpace() |
void |
setNbCopies(int nbCopies)
Sets the number of copies
|
StorageInformation |
setOfferId(String offerId) |
StorageInformation |
setUsableSpace(long usableSpace) |
public long getUsableSpace()
public StorageInformation setUsableSpace(long usableSpace)
usableSpace
- the usableSpace of storagepublic String getOfferId()
public StorageInformation setOfferId(String offerId)
offerId
- the offer IDpublic int getNbCopies()
public void setNbCopies(int nbCopies)
nbCopies
- the number of copiesCopyright © 2018 Vitam. All rights reserved.