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

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

package com.aliyun.openservices.log.request;

public class GetAuditJobRequest extends GetJobRequest {

    private static final long serialVersionUID = -6107246142570678183L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy