
com.aliyun.dingtalkindustry_1_0.models.IndustryManufactureMaterialListRequest Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkindustry_1_0.models;
import com.aliyun.tea.*;
public class IndustryManufactureMaterialListRequest extends TeaModel {
@NameInMap("appId")
public Long appId;
@NameInMap("appIds")
public java.util.List appIds;
@NameInMap("appName")
public String appName;
/**
* This parameter is required.
*/
@NameInMap("corpId")
public String corpId;
@NameInMap("currentPage")
public Long currentPage;
@NameInMap("cursor")
public Long cursor;
@NameInMap("endTime")
public Long endTime;
@NameInMap("instanceId")
public String instanceId;
@NameInMap("isvOrgId")
public Long isvOrgId;
@NameInMap("materialNo")
public String materialNo;
@NameInMap("microappAgentId")
public Long microappAgentId;
@NameInMap("orgId")
public Long orgId;
@NameInMap("pageSize")
public Integer pageSize;
@NameInMap("startTime")
public Long startTime;
@NameInMap("suiteKey")
public String suiteKey;
@NameInMap("tokenGrantType")
public Long tokenGrantType;
public static IndustryManufactureMaterialListRequest build(java.util.Map map) throws Exception {
IndustryManufactureMaterialListRequest self = new IndustryManufactureMaterialListRequest();
return TeaModel.build(map, self);
}
public IndustryManufactureMaterialListRequest setAppId(Long appId) {
this.appId = appId;
return this;
}
public Long getAppId() {
return this.appId;
}
public IndustryManufactureMaterialListRequest setAppIds(java.util.List appIds) {
this.appIds = appIds;
return this;
}
public java.util.List getAppIds() {
return this.appIds;
}
public IndustryManufactureMaterialListRequest setAppName(String appName) {
this.appName = appName;
return this;
}
public String getAppName() {
return this.appName;
}
public IndustryManufactureMaterialListRequest setCorpId(String corpId) {
this.corpId = corpId;
return this;
}
public String getCorpId() {
return this.corpId;
}
public IndustryManufactureMaterialListRequest setCurrentPage(Long currentPage) {
this.currentPage = currentPage;
return this;
}
public Long getCurrentPage() {
return this.currentPage;
}
public IndustryManufactureMaterialListRequest setCursor(Long cursor) {
this.cursor = cursor;
return this;
}
public Long getCursor() {
return this.cursor;
}
public IndustryManufactureMaterialListRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public IndustryManufactureMaterialListRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public IndustryManufactureMaterialListRequest setIsvOrgId(Long isvOrgId) {
this.isvOrgId = isvOrgId;
return this;
}
public Long getIsvOrgId() {
return this.isvOrgId;
}
public IndustryManufactureMaterialListRequest setMaterialNo(String materialNo) {
this.materialNo = materialNo;
return this;
}
public String getMaterialNo() {
return this.materialNo;
}
public IndustryManufactureMaterialListRequest setMicroappAgentId(Long microappAgentId) {
this.microappAgentId = microappAgentId;
return this;
}
public Long getMicroappAgentId() {
return this.microappAgentId;
}
public IndustryManufactureMaterialListRequest setOrgId(Long orgId) {
this.orgId = orgId;
return this;
}
public Long getOrgId() {
return this.orgId;
}
public IndustryManufactureMaterialListRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public IndustryManufactureMaterialListRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public IndustryManufactureMaterialListRequest setSuiteKey(String suiteKey) {
this.suiteKey = suiteKey;
return this;
}
public String getSuiteKey() {
return this.suiteKey;
}
public IndustryManufactureMaterialListRequest setTokenGrantType(Long tokenGrantType) {
this.tokenGrantType = tokenGrantType;
return this;
}
public Long getTokenGrantType() {
return this.tokenGrantType;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy