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

com.aliyun.openservices.log.request.GetExportRequest Maven / Gradle / Ivy

package com.aliyun.openservices.log.request;

public class GetExportRequest extends GetJobRequest {
    private static final long serialVersionUID = 3794722065886702855L;

    public GetExportRequest(String project, String jobName) {
        super(project, jobName);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy