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

com.aliyun.dingtalkdoc_2_0.models.GetTotalNumberOfDentriesResponseBody Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkdoc_2_0.models;

import com.aliyun.tea.*;

public class GetTotalNumberOfDentriesResponseBody extends TeaModel {
    @NameInMap("dentriesCount")
    public String dentriesCount;

    public static GetTotalNumberOfDentriesResponseBody build(java.util.Map map) throws Exception {
        GetTotalNumberOfDentriesResponseBody self = new GetTotalNumberOfDentriesResponseBody();
        return TeaModel.build(map, self);
    }

    public GetTotalNumberOfDentriesResponseBody setDentriesCount(String dentriesCount) {
        this.dentriesCount = dentriesCount;
        return this;
    }
    public String getDentriesCount() {
        return this.dentriesCount;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy