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

com.volcengine.model.imagex.v2.DescribeImageXSensibleTopRamURLBody 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;

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

    /**
     * 

应用 ID。默认为空,缺省情况下匹配账号下的所有的 App ID。您可以通过调用[GetImageXQueryApps](https://www.volcengine.com/docs/508/1213042)的方式获取所需的 AppID。

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

需要匹配的系统类型,缺省情况下匹配非 WEB 端的所有系统。取值如下所示:

* * * *

- `iOS`

* *

- `Android`

* *

- `WEB`

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

需要匹配 App 版本,缺省情况下则匹配 App 的所有版本。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AppVer") private List appVer; /** *

需要匹配的 SDK 版本,缺省情况下匹配所有版本。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "SdkVer") private List sdkVer; /** *

需要匹配的图片类型,缺省情况下则匹配所有图片类型。支持以下取值:

* * * *

- `GIF`

* *

- `PNG`

* *

- `JPEG`

* *

- `HEIF`

* *

- `HEIC`

* *

- `WEBP`

* *

- `AWEBP`

* *

- `VVIC`

* *

- `AVIF`

* *

- `AVIS`

* *

- `其他`

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ImageType") private List imageType; /** *

需要匹配的自定义维度项

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ExtraDims") private List extraDims; /** *

获取数据起始时间点。日期格式按照`ISO8601`表示法,格式为:`YYYY-MM-DDThh:mm:ss±hh:mm`,比如`2019-06-02T00:00:00+08:00`。

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

获取数据结束时间点,需在起始时间点之后。日期格式按照`ISO8601`表示法,格式为:`YYYY-MM-DDThh:mm:ss±hh:mm`,比如`2019-06-02T00:00:00+08:00`。

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

查询 Top URL 条数,取值范围为(0,1000]。缺省情况下默认为 1000。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Top") private Integer top; /** *

支持以下取值:

* *

- `1`:按上报次数降序排序;

* *

- `2`:按内存大小降序排序。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OrderByIdx") private Integer orderByIdx; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy