Class StreamConnectOutputInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.StreamConnectOutputInfo
-
public class StreamConnectOutputInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StreamConnectOutputInfo()StreamConnectOutputInfo(StreamConnectOutputInfo 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 StringgetPushSwitch()Get 输出流状态: On :开; Off :关 。StreamConnectOutputgetStreamConnectOutput()Get 输出源。 注意:此字段可能返回 null,表示取不到有效值。voidsetPushSwitch(String PushSwitch)Set 输出流状态: On :开; Off :关 。voidsetStreamConnectOutput(StreamConnectOutput StreamConnectOutput)Set 输出源。 注意:此字段可能返回 null,表示取不到有效值。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
-
StreamConnectOutputInfo
public StreamConnectOutputInfo()
-
StreamConnectOutputInfo
public StreamConnectOutputInfo(StreamConnectOutputInfo 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
-
getStreamConnectOutput
public StreamConnectOutput getStreamConnectOutput()
Get 输出源。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StreamConnectOutput 输出源。 注意:此字段可能返回 null,表示取不到有效值。
-
setStreamConnectOutput
public void setStreamConnectOutput(StreamConnectOutput StreamConnectOutput)
Set 输出源。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StreamConnectOutput- 输出源。 注意:此字段可能返回 null,表示取不到有效值。
-
getPushSwitch
public String getPushSwitch()
Get 输出流状态:- On :开;
- Off :关 。
- Returns:
- PushSwitch 输出流状态:
- On :开;
- Off :关 。
-
setPushSwitch
public void setPushSwitch(String PushSwitch)
Set 输出流状态:- On :开;
- Off :关 。
- Parameters:
PushSwitch- 输出流状态:- On :开;
- Off :关 。
-
-