com.volcengine.model.imagex.v2.DescribeImageXMirrorRequestHttpCodeOverviewResResultDataItem 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;
import java.util.List;
/**
* DescribeImageXMirrorRequestHttpCodeOverviewResResultDataItem
*/
@lombok.Data
public final class DescribeImageXMirrorRequestHttpCodeOverviewResResultDataItem {
/**
* 域名
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Domain")
private String domain;
/**
* 总请求次数,单位为次。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Count")
private Integer count;
/**
* 详细数据
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Details")
private List details;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy