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

com.byteplus.model.live.v20200801.DescribeLiveP95PeakBandwidthDataBody Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


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

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

    /**
     * 

时间粒度,单位为 s,默认值为 300,支持的取值为 300。

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

域名列表,缺省情况下表示查询所有域名

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

查询的结束时间,RFC3339 格式的 UTC 时间,精度为 s,支持的历史查询时间范围为 93 天

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

查询的起始时间,RFC3339 格式的 UTC 时间,精度为 s。支持的历史查询时间范围为 93 天

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

推拉流协议,缺省情况下表示所有协议类型。支持的协议如下所示。

* * * *

- HTTP-FLV

* *

- HTTP-HLS

* *

- RTMP

* *

- RTM

* *

- SRT

* *

- QUIC

* * * *

:::tip

* *

如果设置推拉流协议为 QUIC,不能同时传其他协议。

* *

:::

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

CDN 节点 IP 所属区域的列表。缺省情况下表示所有区域。

* *

:::tip

* *

不支持同时传入 `RegionList` 和 `UserRegionList`。

* *

:::

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

客户端 IP 所属区域的列表,缺省情况下表示所有区域。

* *

:::tip

* *

不支持同时传入 `RegionList` 和 `UserRegionList`。

* *

:::

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy