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

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

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

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

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

public class ListProjectConsumerGroupResponse extends Response {
    private static final long serialVersionUID = -5449137454886127253L;

    private List consumerGroups = new ArrayList();

    public ListProjectConsumerGroupResponse(Map headers) {
        super(headers);
    }

    public List getConsumerGroups() {
        return consumerGroups;
    }

    public void setConsumerGroups(List consumerGroups) {
        this.consumerGroups = consumerGroups;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy