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

com.aliyun.cmn20200825.models.UpdateProjectProgressResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class UpdateProjectProgressResponseBody extends TeaModel {
    // Id of the request
    @NameInMap("RequestId")
    public String requestId;

    public static UpdateProjectProgressResponseBody build(java.util.Map map) throws Exception {
        UpdateProjectProgressResponseBody self = new UpdateProjectProgressResponseBody();
        return TeaModel.build(map, self);
    }

    public UpdateProjectProgressResponseBody setRequestId(String requestId) {
        this.requestId = requestId;
        return this;
    }
    public String getRequestId() {
        return this.requestId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy