com.volcengine.model.imagex.v2.DescribeImageXCDNTopRequestDataResResultTopValueItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
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