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

com.aliyun.oss.model.AggregationGroups Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package com.aliyun.oss.model;

import java.util.List;

public class AggregationGroups {
    private List group;

    public List getGroup() {
        return group;
    }

    public void setGroup(List group) {
        this.group = group;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy