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

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

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

    /**
     * 

应用名称

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

ToS 存储目录

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

TODO

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

拉流域名

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

TODO

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

最大时移时长,即观看时移的最长时间,单位为 s

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

模板名称

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

直播时移配置模版状态。

* *

- 0:配置中;

* *

- 1:已启用。

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

类型。默认类型为 VoD。

* *

- VoD

* *

- ToS

* *

- fcdn-ToS

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

TODO

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

流名称

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

点播空间

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

域名空间名称

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy