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

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

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

    /**
     * 

应用 ID。默认为空,不传则匹配账号下的所有的 AppID。您可以通过调用[获取应用列表](https://www.volcengine.com/docs/508/1213042)的方式获取所需的 AppID。

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

需要匹配的 App 版本,不传则匹配 App 的所有版本。

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

需要匹配的系统类型,不传则匹配非 WEB 端的所有系统。取值如下所示:

* *

- `iOS`

* *

- `Android`

* *

- `WEB`

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

需要匹配的 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; /** *

排序依据,不传或者传空默认按上报量排序。取值如下所示:

* *

- `Count`:按上报量排序

* *

- `WidthRatio`:按宽比排序

* *

- `HeightRatio`:按高比排序

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

是否升序排序,取值如下所示:

* * * *

- `true`:是,表示升序排序。

* *

- `false`:(默认)否,表示降序排序。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy