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

com.byteplus.model.live.v20230101.DescribeClosedStreamInfoByPageResResultStreamInfoListItem Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

历史直播流使用的域名所属的域名空间。

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

历史直播流使用的域名。

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

历史直播流使用的应用名称。

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

历史直播流使用的流名称。

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

直播流的开始时间,RFC3339 格式的 UTC 时间戳,精度为秒。

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

直播流的结束时间,RFC3339 格式的 UTC 时间戳,精度为秒。

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

历史直播流的来源类型,取值及含义如下所示。

* * * *

- `push`:直推流;

* *

- `relay`:回源流。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy