com.volcengine.model.live.v20230101.ListTimeShiftPresetV2ResResultListItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.live.v20230101;
import com.alibaba.fastjson.JSON;
/**
* ListTimeShiftPresetV2ResResultListItem
*/
@lombok.Data
public final class ListTimeShiftPresetV2ResResultListItem {
/**
* 应用名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "App")
private String app;
/**
* TOS 存储对应的 Bucket。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Bucket")
private String bucket;
/**
* 拉流域名。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Domain")
private String domain;
/**
* 最大时移时长,即允许用户回看的最长时间,单位为秒。
*/
@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`:录制类型为录制时移时,录制配置中存储位置为 VOD。
*
* - `tos`:录制类型为录制时移时,录制配置中存储喂食为 TOS。
*
* - `fcdn-toS`:独立时移。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Type")
private String type;
/**
* 流名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Stream")
private String stream;
/**
* 视频点播(VOD)空间名称。
*/
@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