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

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

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

    /**
     * 

域名列表。缺省情况下,表示当前账号下的所有域名

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

推拉流协议。支持查询的协议包括:

* *

- RTMP

* *

- RTM

* *

- HTTP-FLV

* *

- HTTP-HLS

* *

- SRT

* *

- QUIC

* *

:::warning

* *

- 缺省情况下,查询的总流量数据为实际产生的上下行流量。

* *

- 如果传入协议进行查询,并对各协议的流量求和,结果将大于实际总流量。

* *

:::

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

查询的起始时间,支持查询最近 93 天内的数据。RFC3339 格式的 UTC 时间,精度为 s,例如,2022-04-01T00:00:00+08:00

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

查询的结束时间,支持查询最近 93 天内的数据。RFC3339 格式的 UTC 时间,精度为 s,例如,2022-04-02T00:00:00+08:00

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

分页查询页码,默认值为 1,即查询第一页的信息

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

单个分页中,查询的流数量。默认值为 1000,取值范围为 [100,1000]

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy