public class ConversionStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversionStatus.Status |
| Constructor and Description |
|---|
ConversionStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionId()
Returns the conversion id
|
String |
getConvertedFileUrl()
Returns the url where the converted file is.
|
String |
getFileUrl()
Returns the url where the file can be found (the jumpoff url
or the url of the source)
|
String |
getFormat()
Returns the desired format
|
ConversionStatus.Status |
getStatus()
Returns the status of the conversion job.
|
void |
setConversionId(String conversionId) |
void |
setConvertedFileUrl(String convertedFileUrl) |
void |
setFileUrl(String fileUrl) |
void |
setFormat(String format) |
void |
setStatus(ConversionStatus.Status status) |
public String getConversionId()
public void setConversionId(String conversionId)
public String getFileUrl()
public void setFileUrl(String fileUrl)
public String getFormat()
public void setFormat(String format)
public String getConvertedFileUrl()
public void setConvertedFileUrl(String convertedFileUrl)
public ConversionStatus.Status getStatus()
public void setStatus(ConversionStatus.Status status)
Copyright © 2017. All rights reserved.