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

com.aliyun.waf_openapi20211001.models.ClearMajorProtectionBlackIpResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class ClearMajorProtectionBlackIpResponseBody extends TeaModel {
    /**
     * 

The ID of the request.

* * example: *

66A98669-CC6E-4F3E-80A6-3014697B11AE

*/ @NameInMap("RequestId") public String requestId; public static ClearMajorProtectionBlackIpResponseBody build(java.util.Map map) throws Exception { ClearMajorProtectionBlackIpResponseBody self = new ClearMajorProtectionBlackIpResponseBody(); return TeaModel.build(map, self); } public ClearMajorProtectionBlackIpResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy