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

com.aliyun.dingtalkworkrecord_1_0.models.CountWorkRecordResponseBody 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.dingtalkworkrecord_1_0.models;

import com.aliyun.tea.*;

public class CountWorkRecordResponseBody extends TeaModel {
    // undoCount
    @NameInMap("undoCount")
    public Long undoCount;

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

    public CountWorkRecordResponseBody setUndoCount(Long undoCount) {
        this.undoCount = undoCount;
        return this;
    }
    public Long getUndoCount() {
        return this.undoCount;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy