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

com.aliyun.dingtalkdatacenter_1_0.models.QueryTotalDataCountServiceRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class QueryTotalDataCountServiceRequest extends TeaModel {
    @NameInMap("deptIds")
    public java.util.List deptIds;

    /**
     * example:
     * 

20240611

*/ @NameInMap("endDate") public String endDate; @NameInMap("pageNumber") public Long pageNumber; @NameInMap("pageSize") public Long pageSize; /** * example: *

API-xxxx

*/ @NameInMap("serviceId") public String serviceId; /** * example: *

20240611

*/ @NameInMap("startDate") public String startDate; /** * example: *

222

*/ @NameInMap("userId") public String userId; @NameInMap("userIds") public java.util.List userIds; public static QueryTotalDataCountServiceRequest build(java.util.Map map) throws Exception { QueryTotalDataCountServiceRequest self = new QueryTotalDataCountServiceRequest(); return TeaModel.build(map, self); } public QueryTotalDataCountServiceRequest setDeptIds(java.util.List deptIds) { this.deptIds = deptIds; return this; } public java.util.List getDeptIds() { return this.deptIds; } public QueryTotalDataCountServiceRequest setEndDate(String endDate) { this.endDate = endDate; return this; } public String getEndDate() { return this.endDate; } public QueryTotalDataCountServiceRequest setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public QueryTotalDataCountServiceRequest setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } public QueryTotalDataCountServiceRequest setServiceId(String serviceId) { this.serviceId = serviceId; return this; } public String getServiceId() { return this.serviceId; } public QueryTotalDataCountServiceRequest setStartDate(String startDate) { this.startDate = startDate; return this; } public String getStartDate() { return this.startDate; } public QueryTotalDataCountServiceRequest setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } public QueryTotalDataCountServiceRequest setUserIds(java.util.List userIds) { this.userIds = userIds; return this; } public java.util.List getUserIds() { return this.userIds; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy