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

com.aliyun.ens20171110.models.DeleteApplicationResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class DeleteApplicationResponseBody extends TeaModel {
    /**
     * 

The ID of the request.

* * example: *

AAE90880-4970-4D81-A534-A6C0F3631F74

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy