public class UploadFile extends Object implements Serializable
| Constructor and Description |
|---|
UploadFile(FilePath filePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId() |
AppFileFormat |
getFileFormat() |
FilePath |
getFilePath() |
FilePath |
getMappingFile() |
AppFileMetadata |
getMetadata() |
String |
getMinSdkVersion() |
String |
getSha1Hash() |
long |
getVersionCode() |
void |
setMappingFile(FilePath file) |
public UploadFile(FilePath filePath) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic FilePath getFilePath()
public AppFileFormat getFileFormat()
public String getApplicationId()
public long getVersionCode()
public String getMinSdkVersion()
public AppFileMetadata getMetadata()
public String getSha1Hash() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic FilePath getMappingFile()
public void setMappingFile(FilePath file)
Copyright © 2016–2019. All rights reserved.