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

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

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

import java.util.ArrayList;
import java.util.Map;

import com.aliyun.openservices.log.common.ConsumerGroup;

public class ListConsumerGroupResponse extends Response {
	/**
	 * 
	 */
	private static final long serialVersionUID = -6821099022986023715L;
	private ArrayList consumerGroups = new ArrayList();
	public ListConsumerGroupResponse(Map headers) {
		super(headers);
	}
	public ArrayList GetConsumerGroups() {
		return consumerGroups;
	}
	public void SetConsumerGroups(ArrayList consumerGroups) {
		this.consumerGroups = consumerGroups;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy