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

com.qcloud.cos.model.ciModel.metaInsight.Groups Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.model.ciModel.metaInsight;

import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamImplicit;
import com.thoughtworks.xstream.annotations.XStreamOmitField;

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

@XStreamAlias("Groups")
public class Groups {

    /**
     * 分组聚合的总个数。      
     */
    @XStreamAlias("Count")
    private Integer count;

    /**
     *分组聚合的值。
     */
    @XStreamAlias("Value")
    private String value;

    public Integer getCount() { return count; }

    public void setCount(Integer count) { this.count = count; }

    public String getValue() { return value; }

    public void setValue(String value) { this.value = value; }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy