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

com.aliyun.openservices.log.response.PutLogsResponse Maven / Gradle / Ivy

There is a newer version: 0.6.115
Show newest version
/*
 * Copyright (C) Alibaba Cloud Computing All rights reserved.
 */
package com.aliyun.openservices.log.response;

import java.util.Map;

/**
 * The response of the PutData API from sls server
 * @author sls_dev
 *
 */
public class PutLogsResponse extends Response {
	private static final long serialVersionUID = -4660644764028977169L;

	/**
	 * Construct the response with http headers
	 * @param headers http headers
	 */
	public PutLogsResponse(Map headers) {
		super(headers);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy