| Constructor and Description |
|---|
UploadResult(long fileId,
int partsCount,
String hash,
boolean usedBigFile)
Instantiates a new Upload result.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getFileId()
Gets file id.
|
String |
getHash()
Gets hash.
|
int |
getPartsCount()
Gets parts count.
|
boolean |
isUsedBigFile()
Is used big file.
|
public UploadResult(long fileId,
int partsCount,
String hash,
boolean usedBigFile)
fileId - the file idpartsCount - the parts counthash - the hashusedBigFile - the used big filepublic long getFileId()
public boolean isUsedBigFile()
public int getPartsCount()
public String getHash()
Copyright © 2016. All rights reserved.