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

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

package com.aliyun.openservices.log.request;

public class GetRebuildIndexRequest extends GetJobRequest {

    private static final long serialVersionUID = -5111011096440847362L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy