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

com.aliyun.dingtalkalitrip_1_0.models.SyncExceedApplyResponseBody 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.dingtalkalitrip_1_0.models;

import com.aliyun.tea.*;

public class SyncExceedApplyResponseBody extends TeaModel {
    // 是否同步成功
    @NameInMap("module")
    public Boolean module;

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

    public SyncExceedApplyResponseBody setModule(Boolean module) {
        this.module = module;
        return this;
    }
    public Boolean getModule() {
        return this.module;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy