com.volcengine.model.imagex.v2.DescribeImageXBillingRequestCntUsageResResultRequestCntDataItem 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;
/**
* DescribeImageXBillingRequestCntUsageResResultRequestCntDataItem
*/
@lombok.Data
public final class DescribeImageXBillingRequestCntUsageResResultRequestCntDataItem {
/**
* 附加组件类型,如:enhance,smartcut。
*
* 取值为`total`,表示包含所选`AdvFeat`请求次数相加。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "AdvFeat")
private String advFeat;
/**
* 时序数据列表。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Data")
private List data;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy