com.volcengine.model.imagex.v2.DescribeImageXCdnSuccessRateAllResResultSuccessRateDataItem 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;
/**
* DescribeImageXCdnSuccessRateAllResResultSuccessRateDataItem
*/
@lombok.Data
public final class DescribeImageXCdnSuccessRateAllResResultSuccessRateDataItem {
/**
* 网络成功率。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Value")
private Double value;
/**
* 上报数据量。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Count")
private Integer count;
/**
* 当`GroupBy`取值`Region`时出现,表示地区信息。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Region")
private String region;
/**
* 当`GroupBy`取值`Region`时出现,表示地区类型。
*
* * 取值`Country`,表示国家;
*
* * 取值`Province`,表示省份。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "RegionType")
private String regionType;
/**
* 当`GroupBy`取值`Domain`时出现,则表示域名信息。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Domain")
private String domain;
/**
* 当`GroupBy`取值`Isp`时出现,则表示运营商信息。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Isp")
private String isp;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy