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

com.aliyun.dingtalkdatacenter_1_0.models.GetPrincipalEmployeeResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetPrincipalEmployeeResponseBody extends TeaModel {
    /**
     * example:
     * 

[ { "JobTitle": "董事长", "Name": "梁华" }, { "JobTitle": "副董事长", "Name": "孟晚舟" }, { "JobTitle": "副董事长", "Name": "徐直军" } ]

*/ @NameInMap("data") public String data; @NameInMap("total") public Long total; public static GetPrincipalEmployeeResponseBody build(java.util.Map map) throws Exception { GetPrincipalEmployeeResponseBody self = new GetPrincipalEmployeeResponseBody(); return TeaModel.build(map, self); } public GetPrincipalEmployeeResponseBody setData(String data) { this.data = data; return this; } public String getData() { return this.data; } public GetPrincipalEmployeeResponseBody setTotal(Long total) { this.total = total; return this; } public Long getTotal() { return this.total; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy