public class StreamConnectOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StreamConnectOutput() | 
| StreamConnectOutput(StreamConnectOutput source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Get 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。 | 
| String | getName()Get 云转推输出源名称。 | 
| String | getPushUrl()Get 云转推推流地址。 | 
| String | getType()Get 云转推输出源类型,取值:
URL :URL类型
不填默认为URL类型。 | 
| void | setId(String Id)Set 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。 | 
| void | setName(String Name)Set 云转推输出源名称。 | 
| void | setPushUrl(String PushUrl)Set 云转推推流地址。 | 
| void | setType(String Type)Set 云转推输出源类型,取值:
URL :URL类型
不填默认为URL类型。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StreamConnectOutput()
public StreamConnectOutput(StreamConnectOutput source)
public String getId()
public void setId(String Id)
Id - 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。public String getName()
public void setName(String Name)
Name - 云转推输出源名称。public String getType()
public void setType(String Type)
Type - 云转推输出源类型,取值:
public String getPushUrl()
public void setPushUrl(String PushUrl)
PushUrl - 云转推推流地址。Copyright © 2025. All rights reserved.