com.aliyun.openservices.log.request.StopRebuildIndexRequest Maven / Gradle / Ivy
package com.aliyun.openservices.log.request;
import com.aliyun.openservices.log.common.Consts;
import com.aliyun.openservices.log.http.client.HttpMethod;
public class StopRebuildIndexRequest extends JobRequest {
private static final long serialVersionUID = -8685739932846257786L;
public StopRebuildIndexRequest(String project, String name) {
super(project, name);
SetParam(Consts.ACTION, Consts.STOP);
}
@Override
public HttpMethod getMethod() {
return HttpMethod.PUT;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy