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

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

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

    /**
     * 

应用 ID。默认为空,不传则匹配账号下的所有的 AppID。

* *

:::tip

* *

您可以通过调用[获取应用列表](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; /** *

需要匹配的国家名称。

* *

* 不传则匹配所有国家。

* *

* 取值为`海外`时,匹配海外所有国家。

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

需要匹配的省份名称,不传则匹配所有省份。

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

需要匹配的运营商名称,不传则匹配所有运营商。取值如下所示:

* *

- `电信`

* *

- `联通`

* *

- `移动`

* *

- `铁通`

* *

- `鹏博士`

* *

- `教育网`

* *

- `其他`

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

需要匹配的域名,不传则匹配所有域名。

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

需要匹配的图片类型,不传则匹配所有图片类型。取值如下所示:

* *

- `GIF`

* *

- `PNG`

* *

- `JPEG`

* *

- `HEIF`

* *

- `HEIC`

* *

- `WEBP`

* *

- `AWEBP`

* *

- `VVIC`

* *

- `其他`

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

需要匹配的自定义维度项。

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

聚合维度。取值如下所示:

* *

* `Domain`:域名;

* *

* `Region`:地区;

* *

* `Isp`:运营商。

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

获取数据起始时间点。

* *

日期格式按照`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; /** *

* 取值为`SuccessRate`时,表示按网络成功率排序;

* *

* 取值为`Count`时,表示按上报量排序;

* *

* 不传或者传空默认按上报量排序。

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

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

* *

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

* *

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy