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

com.aliyun.dingtalkattendance_1_0.models.InitAndGetLeaveALlocationQuotasResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class InitAndGetLeaveALlocationQuotasResponseBody extends TeaModel {
    @NameInMap("result")
    public java.util.List result;

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

    public InitAndGetLeaveALlocationQuotasResponseBody setResult(java.util.List result) {
        this.result = result;
        return this;
    }
    public java.util.List getResult() {
        return this.result;
    }

    public static class InitAndGetLeaveALlocationQuotasResponseBodyResult extends TeaModel {
        /**
         * example:
         * 

1753851001000

*/ @NameInMap("endTime") public Long endTime; /** * example: *

c00ced14-xxxxxd438748

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

2022

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

b13cc5b0--xxxx5b0

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

700

*/ @NameInMap("quotaNumPerDay") public Long quotaNumPerDay; /** * example: *

800

*/ @NameInMap("quotaNumPerHour") public Long quotaNumPerHour; /** * example: *

1653851001000

*/ @NameInMap("startTime") public Long startTime; /** * example: *

200

*/ @NameInMap("usedNumPerDay") public Long usedNumPerDay; /** * example: *

100

*/ @NameInMap("usedNumPerHour") public Long usedNumPerHour; /** * example: *

user1

*/ @NameInMap("userId") public String userId; public static InitAndGetLeaveALlocationQuotasResponseBodyResult build(java.util.Map map) throws Exception { InitAndGetLeaveALlocationQuotasResponseBodyResult self = new InitAndGetLeaveALlocationQuotasResponseBodyResult(); return TeaModel.build(map, self); } public InitAndGetLeaveALlocationQuotasResponseBodyResult setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setLeaveCode(String leaveCode) { this.leaveCode = leaveCode; return this; } public String getLeaveCode() { return this.leaveCode; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setQuotaCycle(String quotaCycle) { this.quotaCycle = quotaCycle; return this; } public String getQuotaCycle() { return this.quotaCycle; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setQuotaId(String quotaId) { this.quotaId = quotaId; return this; } public String getQuotaId() { return this.quotaId; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setQuotaNumPerDay(Long quotaNumPerDay) { this.quotaNumPerDay = quotaNumPerDay; return this; } public Long getQuotaNumPerDay() { return this.quotaNumPerDay; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setQuotaNumPerHour(Long quotaNumPerHour) { this.quotaNumPerHour = quotaNumPerHour; return this; } public Long getQuotaNumPerHour() { return this.quotaNumPerHour; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setUsedNumPerDay(Long usedNumPerDay) { this.usedNumPerDay = usedNumPerDay; return this; } public Long getUsedNumPerDay() { return this.usedNumPerDay; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setUsedNumPerHour(Long usedNumPerHour) { this.usedNumPerHour = usedNumPerHour; return this; } public Long getUsedNumPerHour() { return this.usedNumPerHour; } public InitAndGetLeaveALlocationQuotasResponseBodyResult setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy