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

com.aliyun.dingtalkdatacenter_1_0.models.GetBranchInfoResponseBody 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 GetBranchInfoResponseBody extends TeaModel {
    /**
     * example:
     * 

[ { "OperName": "李柯", "EntStatus": "", "EntName": "华为技术有限公司驻广州办事处", "EsDate": "" }, { "OperName": "李实", "EntStatus": "", "EntName": "华为技术有限公司重庆分公司", "EsDate": "" } ]

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy