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

com.aliyun.dingtalkexclusive_1_0.models.GetInActiveUserListRequest 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.dingtalkexclusive_1_0.models;

import com.aliyun.tea.*;

public class GetInActiveUserListRequest extends TeaModel {
    /**
     * if can be null:
     * 

true

*/ @NameInMap("deptIds") public java.util.List deptIds; /** *

This parameter is required.

*/ @NameInMap("pageNumber") public Long pageNumber; /** *

This parameter is required.

*/ @NameInMap("pageSize") public Long pageSize; /** *

This parameter is required.

*/ @NameInMap("statDate") public String statDate; public static GetInActiveUserListRequest build(java.util.Map map) throws Exception { GetInActiveUserListRequest self = new GetInActiveUserListRequest(); return TeaModel.build(map, self); } public GetInActiveUserListRequest setDeptIds(java.util.List deptIds) { this.deptIds = deptIds; return this; } public java.util.List getDeptIds() { return this.deptIds; } public GetInActiveUserListRequest setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public GetInActiveUserListRequest setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } public GetInActiveUserListRequest setStatDate(String statDate) { this.statDate = statDate; return this; } public String getStatDate() { return this.statDate; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy