com.aliyun.openservices.log.request.GetReportRequest Maven / Gradle / Ivy
package com.aliyun.openservices.log.request;
public class GetReportRequest extends GetJobRequest {
private static final long serialVersionUID = 1080990115502510494L;
public GetReportRequest(String project, String name) {
super(project, name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy