public class StreamConnectProjectInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StreamConnectProjectInfo() | 
| StreamConnectProjectInfo(StreamConnectProjectInfo 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 | 
|---|---|
| StreamInputInfo | getBackupInput()Get 云转推备输入源。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCurrentInputEndpoint()Get 当前转推输入源,取值有:
Main :主输入源;
Backup :备输入源。 | 
| String | getCurrentStartTime()Get 当前转推开始时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Working 时有效。 | 
| String | getCurrentStopTime()Get 当前转推计划结束时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Working 时有效。 | 
| String | getLastStopTime()Get 上一次转推结束时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Idle 时有效。 | 
| StreamInputInfo | getMainInput()Get 云转推主输入源。
注意:此字段可能返回 null,表示取不到有效值。 | 
| StreamConnectOutputInfo[] | getOutputSet()Get 云转推输出源。 | 
| String | getStatus()Get 转推项目状态,取值有:
Working :转推中;
Idle :空闲中。 | 
| void | setBackupInput(StreamInputInfo BackupInput)Set 云转推备输入源。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCurrentInputEndpoint(String CurrentInputEndpoint)Set 当前转推输入源,取值有:
Main :主输入源;
Backup :备输入源。 | 
| void | setCurrentStartTime(String CurrentStartTime)Set 当前转推开始时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Working 时有效。 | 
| void | setCurrentStopTime(String CurrentStopTime)Set 当前转推计划结束时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Working 时有效。 | 
| void | setLastStopTime(String LastStopTime)Set 上一次转推结束时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Idle 时有效。 | 
| void | setMainInput(StreamInputInfo MainInput)Set 云转推主输入源。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOutputSet(StreamConnectOutputInfo[] OutputSet)Set 云转推输出源。 | 
| void | setStatus(String Status)Set 转推项目状态,取值有:
Working :转推中;
Idle :空闲中。 | 
| 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 StreamConnectProjectInfo()
public StreamConnectProjectInfo(StreamConnectProjectInfo source)
public String getStatus()
public void setStatus(String Status)
Status - 转推项目状态,取值有:
public String getCurrentInputEndpoint()
public void setCurrentInputEndpoint(String CurrentInputEndpoint)
CurrentInputEndpoint - 当前转推输入源,取值有:
public String getCurrentStartTime()
public void setCurrentStartTime(String CurrentStartTime)
CurrentStartTime - 当前转推开始时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Working 时有效。public String getCurrentStopTime()
public void setCurrentStopTime(String CurrentStopTime)
CurrentStopTime - 当前转推计划结束时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Working 时有效。public String getLastStopTime()
public void setLastStopTime(String LastStopTime)
LastStopTime - 上一次转推结束时间, 采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。仅 Status 取值 Idle 时有效。public StreamInputInfo getMainInput()
public void setMainInput(StreamInputInfo MainInput)
MainInput - 云转推主输入源。
注意:此字段可能返回 null,表示取不到有效值。public StreamInputInfo getBackupInput()
public void setBackupInput(StreamInputInfo BackupInput)
BackupInput - 云转推备输入源。
注意:此字段可能返回 null,表示取不到有效值。public StreamConnectOutputInfo[] getOutputSet()
public void setOutputSet(StreamConnectOutputInfo[] OutputSet)
OutputSet - 云转推输出源。Copyright © 2025. All rights reserved.