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

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

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

public class GetLogStoreRequest extends Request {
	/**
	 * 
	 */
	private static final long serialVersionUID = -8932189024638798559L;
	private String logStore;
	
	public GetLogStoreRequest(String project, String logStore) {
		super(project);
		this.logStore = logStore;
	}

	/**
	 * @return the logStore
	 */
	public String GetLogStore() {
		return logStore;
	}

	/**
	 * @param logStore the logStore to set
	 */
	public void SetLogStore(String logStore) {
		this.logStore = logStore;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy