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

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

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

    /**
     * 

推流域名

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

开始时间,`StartTime` 和 `EndTime` 同时缺省的情况下,表示永久回源

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

结束时间,`StartTime` 和 `EndTime` 同时缺省的情况下,表示永久回源

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

回源地址列表

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy