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

com.aliyun.r_kvstore20150101.models.SyncDtsStatusResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class SyncDtsStatusResponseBody extends TeaModel {
    /**
     * 

The ID of the request.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy