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

com.byteplus.model.live.v20200801.DescribeLiveBandwidthDataBody 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;

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

    /**
     * 

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

* *

- 300:支持单次查询时间跨度为 31 天,历史查询时间范围为 93 天;

* *

- 3600:支持单次查询时间跨度为 93 天,历史查询时间范围为 93 天;

* *

- 86400:支持单次查询时间跨度为 366 天,历史查询时间范围为 366 天。

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

域名列表,缺省情况表示该用户的所有域名

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

查询的结束时间,RFC3339 格式的 UTC 时间,精度为 s,例如:2021-04-14T00:00:00+08:00

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

查询的起始时间,RFC3339 格式的 UTC 时间,精度为 s,例如:2021-04-13T00:00:00+08:00

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

运营商,缺省情况下,表示查询所有运营商,支持的运营商如下所示。

* *

- unicom:联通;

* *

- railcom:铁通;

* *

- telecom:电信;

* *

- mobile:移动;

* *

- cernet:教育网;

* *

- tianwei:天威;

* *

- alibaba:阿里巴巴;

* *

- tencent:腾讯;

* *

- drpeng:鹏博士;

* *

- btvn:广电;

* *

- huashu:华数;

* *

- other:其他。

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

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

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

是否返回更详细的数据,默认为 false。

* * * *

- true:返回每个过滤字段对应的用量数据;

* *

- false:不返回。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ShowDetail") private Boolean showDetail; /** *

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

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