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

com.aliyun.arms20190808.models.DataBonreeSDKConfigModuleConfigDefaultConfigValue Maven / Gradle / Ivy

Go to download

Alibaba Cloud Application Real-Time Monitoring Service (20190808) SDK for Java

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

import com.aliyun.tea.*;

public class DataBonreeSDKConfigModuleConfigDefaultConfigValue extends TeaModel {
    /**
     * 

Indicates whether the configuration is enabled.

* * example: *

true

*/ @NameInMap("enable") public Boolean enable; public static DataBonreeSDKConfigModuleConfigDefaultConfigValue build(java.util.Map map) throws Exception { DataBonreeSDKConfigModuleConfigDefaultConfigValue self = new DataBonreeSDKConfigModuleConfigDefaultConfigValue(); return TeaModel.build(map, self); } public DataBonreeSDKConfigModuleConfigDefaultConfigValue setEnable(Boolean enable) { this.enable = enable; return this; } public Boolean getEnable() { return this.enable; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy