com.qingxun.javasdkapi.response.DetectDocPageResponse 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 DetectDocPageResponse extends BaseResponse{
private Integer tid;
private Integer page;
public Integer getTid() {
return tid;
}
public void setTid(Integer tid) {
this.tid = tid;
}
public Integer getPage() {
return page;
}
public void setPage(Integer page) {
this.page = page;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy