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

com.aliyun.dingtalkdatacenter_1_0.models.QueryYydGroupMsgWeekStatisticalDataRequest 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 QueryYydGroupMsgWeekStatisticalDataRequest extends TeaModel {
    // statDate
    @NameInMap("statDate")
    public String statDate;

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

    public QueryYydGroupMsgWeekStatisticalDataRequest setStatDate(String statDate) {
        this.statDate = statDate;
        return this;
    }
    public String getStatDate() {
        return this.statDate;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy