com.aliyun.openservices.log.request.StopIngestionRequest 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 StopIngestionRequest extends JobRequest {
private static final long serialVersionUID = -8079583732775408634L;
public StopIngestionRequest(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