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

com.aliyun.dingtalkedu_1_0.models.GetBindChildInfoRequest Maven / Gradle / Ivy

There is a newer version: 2.1.67
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkedu_1_0.models;

import com.aliyun.tea.*;

public class GetBindChildInfoRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

ding95eef8003c9ca8ca24f2f5cc6abecb85

*/ @NameInMap("schoolCorpId") public String schoolCorpId; /** *

This parameter is required.

* * example: *

3000000000307711730

*/ @NameInMap("studentUserId") public String studentUserId; /** *

This parameter is required.

* * example: *

X5y5kd8XiiqiScCl4Qlfy5GgiEiE

*/ @NameInMap("unionId") public String unionId; public static GetBindChildInfoRequest build(java.util.Map map) throws Exception { GetBindChildInfoRequest self = new GetBindChildInfoRequest(); return TeaModel.build(map, self); } public GetBindChildInfoRequest setSchoolCorpId(String schoolCorpId) { this.schoolCorpId = schoolCorpId; return this; } public String getSchoolCorpId() { return this.schoolCorpId; } public GetBindChildInfoRequest setStudentUserId(String studentUserId) { this.studentUserId = studentUserId; return this; } public String getStudentUserId() { return this.studentUserId; } public GetBindChildInfoRequest setUnionId(String unionId) { this.unionId = unionId; return this; } public String getUnionId() { return this.unionId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy