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

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

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

public class ConsumerGroupRequest extends Request {
	/**
	 * 
	 */
	private static final long serialVersionUID = -6066493468935882604L;
	private String logStore;
	public ConsumerGroupRequest(String project, String logstore) {
		super(project);
		this.logStore = logstore;
	}
	public String GetLogStore() {
		return logStore;
	}
	public void SetLogStore(String logStore) {
		this.logStore = logStore;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy