All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.imagex.v2.DescribeImageXServerQPSUsageResResultQPSDataItem Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


import com.alibaba.fastjson.JSON;
import java.util.List;

/**
 * DescribeImageXServerQPSUsageResResultQPSDataItem
 */
@lombok.Data
public final class DescribeImageXServerQPSUsageResResultQPSDataItem  {

    /**
     * 

QPS 类型,取值如下所示:

* *

- `Request`:专有图像处理和高效压缩

* *

- `Mirror`:资源下载与镜像代理

*/ @com.alibaba.fastjson.annotation.JSONField(name = "QPSType") private String qPSType; /** *

时序数据。

*/ @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