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

com.aliyun.ice20201109.models.SetContentAnalyzeConfigResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class SetContentAnalyzeConfigResponseBody extends TeaModel {
    /**
     * example:
     * 

953CFD27-4A2C-54AD-857F-B79EF3A338E0

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

true

*/ @NameInMap("Success") public Boolean success; public static SetContentAnalyzeConfigResponseBody build(java.util.Map map) throws Exception { SetContentAnalyzeConfigResponseBody self = new SetContentAnalyzeConfigResponseBody(); return TeaModel.build(map, self); } public SetContentAnalyzeConfigResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SetContentAnalyzeConfigResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy