public class PreviewResult extends YfyBaseDTO
| Constructor and Description |
|---|
PreviewResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDownloadUrl() |
Integer |
getExifRotation() |
String |
getFormat() |
Boolean |
getHas2048() |
Long |
getPageCount() |
String |
getPreviewFailReason() |
String |
getStatus() |
void |
setCategory(String category) |
void |
setDownloadUrl(String downloadUrl) |
void |
setExifRotation(Integer exifRotation) |
void |
setFormat(String format) |
void |
setHas2048(Boolean has2048) |
void |
setPageCount(Long pageCount) |
void |
setPreviewFailReason(String previewFailReason) |
void |
setStatus(String status) |
public String getCategory()
public void setCategory(String category)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
public Integer getExifRotation()
public void setExifRotation(Integer exifRotation)
public String getFormat()
public void setFormat(String format)
public Boolean getHas2048()
public void setHas2048(Boolean has2048)
public Long getPageCount()
public void setPageCount(Long pageCount)
public String getStatus()
public void setStatus(String status)
public String getPreviewFailReason()
public void setPreviewFailReason(String previewFailReason)
Copyright © 2017 YiFangYun. All rights reserved.