
com.aliyun.dingtalkexclusive_1_0.models.GetDingReportSummaryResponseBody Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkexclusive_1_0.models;
import com.aliyun.tea.*;
public class GetDingReportSummaryResponseBody extends TeaModel {
/**
* This parameter is required.
*
* example:
* 100
*/
@NameInMap("reportCommentUserCnt1d")
public String reportCommentUserCnt1d;
public static GetDingReportSummaryResponseBody build(java.util.Map map) throws Exception {
GetDingReportSummaryResponseBody self = new GetDingReportSummaryResponseBody();
return TeaModel.build(map, self);
}
public GetDingReportSummaryResponseBody setReportCommentUserCnt1d(String reportCommentUserCnt1d) {
this.reportCommentUserCnt1d = reportCommentUserCnt1d;
return this;
}
public String getReportCommentUserCnt1d() {
return this.reportCommentUserCnt1d;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy