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

com.volcengine.model.imagex.v2.DescribeImageXCDNTopRequestDataResResultTopValueItem 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;

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

    /**
     * 

对应于参数`KeyType`的取值数据。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Key") private String key; /** *

指标值。取值如下所示:

* * * *

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

* *

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy