com.volcengine.model.imagex.v2.DescribeImageXSourceRequestResResult 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;
/**
* DescribeImageXSourceRequestResResult
*/
@lombok.Data
public final class DescribeImageXSourceRequestResResult {
/**
* 数据列表
*
* :::tip
*
* * 若未设置`Interval`,则上报一条`StartTime`与`EndTime`时间段内查询的全部请求次数据;
*
* * 若设置了`Interval`,则按`Interval`粒度分段上报查询的时间粒度内请求次数据;
*
* :::
*/
@com.alibaba.fastjson.annotation.JSONField(name = "RequestCnt")
private List requestCnt;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy