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

com.aliyun.datahub.client.impl.request.UpdateProjectRequest Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.impl.request;

import com.fasterxml.jackson.annotation.JsonProperty;

public class UpdateProjectRequest {
    @JsonProperty("Comment")
    private String comment;

    public String getComment() {
        return comment;
    }

    public UpdateProjectRequest setComment(String comment) {
        this.comment = comment;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy