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

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

There is a newer version: 0.6.115
Show newest version
package com.aliyun.openservices.log.request;

public class ClearLogStoreStorageRequest extends Request {
	private static final long serialVersionUID = -5790412798012257335L;
	private String logStoreName;
	
	public ClearLogStoreStorageRequest(String project, String logStoreName) {
		super(project);
		this.logStoreName = logStoreName;
	}
	
	public String GetLogStoreName() {
		return logStoreName;
	}

	public void SetLogStoreName(String logStoreName) {
		this.logStoreName = logStoreName;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy