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

com.aliyun.dingtalkchengfeng_1_0.models.GetOrgInfoRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetOrgInfoRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

123

*/ @NameInMap("deptCode") public String deptCode; public static GetOrgInfoRequest build(java.util.Map map) throws Exception { GetOrgInfoRequest self = new GetOrgInfoRequest(); return TeaModel.build(map, self); } public GetOrgInfoRequest setDeptCode(String deptCode) { this.deptCode = deptCode; return this; } public String getDeptCode() { return this.deptCode; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy