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

com.aliyun.datahub.model.Result Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.model;

public abstract class Result {
    private String requestId;

    public Result() {}

    public String getRequestId() {
        return requestId;
    }

    public void setRequestId(String requestId) {
        this.requestId = requestId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy