com.aliyun.openservices.log.response.StopIngestionResponse Maven / Gradle / Ivy
package com.aliyun.openservices.log.response;
import java.util.Map;
public class StopIngestionResponse extends Response {
private static final long serialVersionUID = 4312858265603046514L;
public StopIngestionResponse(Map headers) {
super(headers);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy