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

com.byteplus.model.live.v20200801.UpdateRelaySourceV2Body 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;
import java.util.Map;

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

    /**
     * 

域名空间名称

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

应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成

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

回源地址数组。

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

自定义回源参数,缺省情况下为空。格式为 `"Key":"Value"`,例如,`"domain":"live.push.net",`

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RelaySourceParams") private Map relaySourceParams; /** *

回源协议,支持两种回源协议。

* *

- rtmp

* *

- flv

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy