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

com.aliyun.dingtalkcontact_1_0.models.QueryStatusResponseBody Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkcontact_1_0.models;

import com.aliyun.tea.*;

public class QueryStatusResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

false/true

*/ @NameInMap("disable") public Boolean disable; public static QueryStatusResponseBody build(java.util.Map map) throws Exception { QueryStatusResponseBody self = new QueryStatusResponseBody(); return TeaModel.build(map, self); } public QueryStatusResponseBody setDisable(Boolean disable) { this.disable = disable; return this; } public Boolean getDisable() { return this.disable; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy