![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.dingtalkchengfeng_1_0.models.ListProgressByIdsRequest 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.dingtalkchengfeng_1_0.models;
import com.aliyun.tea.*;
public class ListProgressByIdsRequest extends TeaModel {
/**
* This parameter is required.
*/
@NameInMap("progressIds")
public java.util.List progressIds;
public static ListProgressByIdsRequest build(java.util.Map map) throws Exception {
ListProgressByIdsRequest self = new ListProgressByIdsRequest();
return TeaModel.build(map, self);
}
public ListProgressByIdsRequest setProgressIds(java.util.List progressIds) {
this.progressIds = progressIds;
return this;
}
public java.util.List getProgressIds() {
return this.progressIds;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy