![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.dingtalkexclusive_1_0.models.GetActiveUserSummaryResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dingtalk Show documentation
Show all versions of dingtalk Show documentation
Alibaba Cloud dingtalk SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkexclusive_1_0.models;
import com.aliyun.tea.*;
public class GetActiveUserSummaryResponseBody extends TeaModel {
/**
* example:
* 20
*/
@NameInMap("actUsrCnt1m")
public String actUsrCnt1m;
public static GetActiveUserSummaryResponseBody build(java.util.Map map) throws Exception {
GetActiveUserSummaryResponseBody self = new GetActiveUserSummaryResponseBody();
return TeaModel.build(map, self);
}
public GetActiveUserSummaryResponseBody setActUsrCnt1m(String actUsrCnt1m) {
this.actUsrCnt1m = actUsrCnt1m;
return this;
}
public String getActUsrCnt1m() {
return this.actUsrCnt1m;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy