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