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

com.volcengine.model.imagex.v2.DescribeImageXCDNTopRequestDataResResult Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


import com.alibaba.fastjson.JSON;
import java.util.List;

/**
 * DescribeImageXCDNTopRequestDataResResult
 */
@lombok.Data
public final class DescribeImageXCDNTopRequestDataResResult  {

    /**
     * 

可展示的数据总数量。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Count") private Integer count; /** *

数据列表,按`Value`降序排列。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TopValue") private List topValue; /** *

总流量或总请求次数,取值如下所示:

* * * *

- 当`ValueType`取值为`Traffic`,表示总流量,单位为 Byte;

* *

- 当`ValueType`取值为`RequestCnt`,表示总请求次数,单位为次。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TotalValue") private Double totalValue; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy