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

com.aliyun.sas20181203.models.InstallUniBackupAgentResponseBody Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sas20181203.models;

import com.aliyun.tea.*;

public class InstallUniBackupAgentResponseBody extends TeaModel {
    /**
     * 

The ID of the request, which is used to locate and troubleshoot issues.

* * example: *

53ACA55D-0325-5056-A72D-D0EC0B9C****

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy