com.qingxun.javasdkapi.response.QueryTransImageProgressResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-api Show documentation
Show all versions of java-sdk-api Show documentation
openapi SDK for Java
Copyright © 2023 杭州轻寻科技
All rights reserved.
版权所有 (C)杭州轻寻科技
http://open.qingxun.com
The newest version!
package com.qingxun.javasdkapi.response;
/**
* 获取图片翻译进度响应参数
*/
public class QueryTransImageProgressResponse extends BaseResponse {
private Integer tid;
private String createTime;
private String updateTime;
private Integer status;
private String title;
private Integer pageCount;
private String percent;
private String fromLan;
private String detectLan;
private Integer originalCharCount;
private String toLan;
private String docType;
private String msg;
public Integer getTid() {
return tid;
}
public void setTid(Integer tid) {
this.tid = tid;
}
public String getCreateTime() {
return createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getUpdateTime() {
return updateTime;
}
public void setUpdateTime(String updateTime) {
this.updateTime = updateTime;
}
public Integer getStatus() {
return status;
}
public void setStatus(Integer status) {
this.status = status;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public Integer getPageCount() {
return pageCount;
}
public void setPageCount(Integer pageCount) {
this.pageCount = pageCount;
}
public String getPercent() {
return percent;
}
public void setPercent(String percent) {
this.percent = percent;
}
public String getFromLan() {
return fromLan;
}
public void setFromLan(String fromLan) {
this.fromLan = fromLan;
}
public String getDetectLan() {
return detectLan;
}
public void setDetectLan(String detectLan) {
this.detectLan = detectLan;
}
public Integer getOriginalCharCount() {
return originalCharCount;
}
public void setOriginalCharCount(Integer originalCharCount) {
this.originalCharCount = originalCharCount;
}
public String getToLan() {
return toLan;
}
public void setToLan(String toLan) {
this.toLan = toLan;
}
public String getDocType() {
return docType;
}
public void setDocType(String docType) {
this.docType = docType;
}
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy