Class SwitcherProjectInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.SwitcherProjectInput
-
public class SwitcherProjectInput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SwitcherProjectInput()
SwitcherProjectInput(SwitcherProjectInput 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 SwitcherPgmOutputConfig
getPgmOutputConfig()
Get 导播台主监输出配置信息。若不填,默认输出 720P。String
getStopTime()
Get 导播台停止时间,格式按照 ISO 8601 标准表示。若不填,该值默认为当前时间加七天。void
setPgmOutputConfig(SwitcherPgmOutputConfig PgmOutputConfig)
Set 导播台主监输出配置信息。若不填,默认输出 720P。void
setStopTime(String StopTime)
Set 导播台停止时间,格式按照 ISO 8601 标准表示。若不填,该值默认为当前时间加七天。void
toMap(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
-
SwitcherProjectInput
public SwitcherProjectInput()
-
SwitcherProjectInput
public SwitcherProjectInput(SwitcherProjectInput 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
-
getStopTime
public String getStopTime()
Get 导播台停止时间,格式按照 ISO 8601 标准表示。若不填,该值默认为当前时间加七天。- Returns:
- StopTime 导播台停止时间,格式按照 ISO 8601 标准表示。若不填,该值默认为当前时间加七天。
-
setStopTime
public void setStopTime(String StopTime)
Set 导播台停止时间,格式按照 ISO 8601 标准表示。若不填,该值默认为当前时间加七天。- Parameters:
StopTime
- 导播台停止时间,格式按照 ISO 8601 标准表示。若不填,该值默认为当前时间加七天。
-
getPgmOutputConfig
public SwitcherPgmOutputConfig getPgmOutputConfig()
Get 导播台主监输出配置信息。若不填,默认输出 720P。- Returns:
- PgmOutputConfig 导播台主监输出配置信息。若不填,默认输出 720P。
-
setPgmOutputConfig
public void setPgmOutputConfig(SwitcherPgmOutputConfig PgmOutputConfig)
Set 导播台主监输出配置信息。若不填,默认输出 720P。- Parameters:
PgmOutputConfig
- 导播台主监输出配置信息。若不填,默认输出 720P。
-
-