
com.aliyun.dingtalkindustry_1_0.models.SupplyListPartnerManagersRequest 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 SupplyListPartnerManagersRequest extends TeaModel {
/**
* example:
* 56781233
*/
@NameInMap("deptId")
public Long deptId;
public static SupplyListPartnerManagersRequest build(java.util.Map map) throws Exception {
SupplyListPartnerManagersRequest self = new SupplyListPartnerManagersRequest();
return TeaModel.build(map, self);
}
public SupplyListPartnerManagersRequest setDeptId(Long deptId) {
this.deptId = deptId;
return this;
}
public Long getDeptId() {
return this.deptId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy