All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkindustry_1_0.models.SupplyChainQueryDeptInfoRequest Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkindustry_1_0.models;

import com.aliyun.tea.*;

public class SupplyChainQueryDeptInfoRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

1111

*/ @NameInMap("supplyDeptId") public Long supplyDeptId; public static SupplyChainQueryDeptInfoRequest build(java.util.Map map) throws Exception { SupplyChainQueryDeptInfoRequest self = new SupplyChainQueryDeptInfoRequest(); return TeaModel.build(map, self); } public SupplyChainQueryDeptInfoRequest setSupplyDeptId(Long supplyDeptId) { this.supplyDeptId = supplyDeptId; return this; } public Long getSupplyDeptId() { return this.supplyDeptId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy