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

com.aliyun.dingtalkorg_culture_1_0.models.QueryCorpPointsRequest Maven / Gradle / Ivy

There is a newer version: 2.1.30
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkorg_culture_1_0.models;

import com.aliyun.tea.*;

public class QueryCorpPointsRequest extends TeaModel {
    // 操作用户ID
    @NameInMap("optUserId")
    public String optUserId;

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

    public QueryCorpPointsRequest setOptUserId(String optUserId) {
        this.optUserId = optUserId;
        return this;
    }
    public String getOptUserId() {
        return this.optUserId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy