Class StreamConnectOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.StreamConnectOutput
-
public class StreamConnectOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。StringgetName()Get 云转推输出源名称。StringgetPushUrl()Get 云转推推流地址。StringgetType()Get 云转推输出源类型,取值: URL :URL类型 不填默认为URL类型。voidsetId(String Id)Set 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。voidsetName(String Name)Set 云转推输出源名称。voidsetPushUrl(String PushUrl)Set 云转推推流地址。voidsetType(String Type)Set 云转推输出源类型,取值: URL :URL类型 不填默认为URL类型。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StreamConnectOutput
public StreamConnectOutput()
-
StreamConnectOutput
public 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.
-
-
Method Detail
-
getId
public String getId()
Get 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。- Returns:
- Id 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。
-
setId
public void setId(String Id)
Set 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。- Parameters:
Id- 云转推输出源标识,转推项目级别唯一。若不填则由后端生成。
-
getName
public String getName()
Get 云转推输出源名称。- Returns:
- Name 云转推输出源名称。
-
setName
public void setName(String Name)
Set 云转推输出源名称。- Parameters:
Name- 云转推输出源名称。
-
getType
public String getType()
Get 云转推输出源类型,取值:- URL :URL类型
不填默认为URL类型。- Returns:
- Type 云转推输出源类型,取值:
- URL :URL类型
不填默认为URL类型。
-
setType
public void setType(String Type)
Set 云转推输出源类型,取值:- URL :URL类型
不填默认为URL类型。- Parameters:
Type- 云转推输出源类型,取值:- URL :URL类型
不填默认为URL类型。
-
getPushUrl
public String getPushUrl()
Get 云转推推流地址。- Returns:
- PushUrl 云转推推流地址。
-
setPushUrl
public void setPushUrl(String PushUrl)
Set 云转推推流地址。- Parameters:
PushUrl- 云转推推流地址。
-
-