Class DescribeInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeInput
-
public class DescribeInput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInput()DescribeInput(DescribeInput 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 String[]getAllowIpList()Get 输入IP白名单列表。StringgetDescription()Get 输入描述。 注意:此字段可能返回 null,表示取不到有效值。StringgetFailOver()Get 输入的主备开关。 注意:此字段可能返回 null,表示取不到有效值。DescribeInputHLSPullSettingsgetHLSPullSettings()Get 输入的HLS_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。InputAddress[]getInputAddressList()Get 输入地址列表。StringgetInputId()Get 输入Id。StringgetInputName()Get 输入名称。StringgetInputRegion()Get 输入的地区。StringgetProtocol()Get 输入协议。ResilientStreamConfgetResilientStream()Get 延播平滑吐流配置信息。 注意:此字段可能返回 null,表示取不到有效值。DescribeInputRTMPPullSettingsgetRTMPPullSettings()Get 输入的RTMP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。DescribeInputRTMPSettingsgetRTMPSettings()Get 输入的RTMP配置信息。DescribeInputRTPSettingsgetRTPSettings()Get 输入的RTP配置信息。 注意:此字段可能返回 null,表示取不到有效值。DescribeInputRTSPPullSettingsgetRTSPPullSettings()Get 输入的RTSP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。DescribeInputSRTSettingsgetSRTSettings()Get 输入的SRT配置信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetAllowIpList(String[] AllowIpList)Set 输入IP白名单列表。voidsetDescription(String Description)Set 输入描述。 注意:此字段可能返回 null,表示取不到有效值。voidsetFailOver(String FailOver)Set 输入的主备开关。 注意:此字段可能返回 null,表示取不到有效值。voidsetHLSPullSettings(DescribeInputHLSPullSettings HLSPullSettings)Set 输入的HLS_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetInputAddressList(InputAddress[] InputAddressList)Set 输入地址列表。voidsetInputId(String InputId)Set 输入Id。voidsetInputName(String InputName)Set 输入名称。voidsetInputRegion(String InputRegion)Set 输入的地区。voidsetProtocol(String Protocol)Set 输入协议。voidsetResilientStream(ResilientStreamConf ResilientStream)Set 延播平滑吐流配置信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetRTMPPullSettings(DescribeInputRTMPPullSettings RTMPPullSettings)Set 输入的RTMP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetRTMPSettings(DescribeInputRTMPSettings RTMPSettings)Set 输入的RTMP配置信息。voidsetRTPSettings(DescribeInputRTPSettings RTPSettings)Set 输入的RTP配置信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetRTSPPullSettings(DescribeInputRTSPPullSettings RTSPPullSettings)Set 输入的RTSP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetSRTSettings(DescribeInputSRTSettings SRTSettings)Set 输入的SRT配置信息。 注意:此字段可能返回 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
-
DescribeInput
public DescribeInput()
-
DescribeInput
public DescribeInput(DescribeInput 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
-
getInputId
public String getInputId()
Get 输入Id。- Returns:
- InputId 输入Id。
-
setInputId
public void setInputId(String InputId)
Set 输入Id。- Parameters:
InputId- 输入Id。
-
getInputName
public String getInputName()
Get 输入名称。- Returns:
- InputName 输入名称。
-
setInputName
public void setInputName(String InputName)
Set 输入名称。- Parameters:
InputName- 输入名称。
-
getDescription
public String getDescription()
Get 输入描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 输入描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 输入描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 输入描述。 注意:此字段可能返回 null,表示取不到有效值。
-
getProtocol
public String getProtocol()
Get 输入协议。- Returns:
- Protocol 输入协议。
-
setProtocol
public void setProtocol(String Protocol)
Set 输入协议。- Parameters:
Protocol- 输入协议。
-
getInputAddressList
public InputAddress[] getInputAddressList()
Get 输入地址列表。- Returns:
- InputAddressList 输入地址列表。
-
setInputAddressList
public void setInputAddressList(InputAddress[] InputAddressList)
Set 输入地址列表。- Parameters:
InputAddressList- 输入地址列表。
-
getAllowIpList
public String[] getAllowIpList()
Get 输入IP白名单列表。- Returns:
- AllowIpList 输入IP白名单列表。
-
setAllowIpList
public void setAllowIpList(String[] AllowIpList)
Set 输入IP白名单列表。- Parameters:
AllowIpList- 输入IP白名单列表。
-
getSRTSettings
public DescribeInputSRTSettings getSRTSettings()
Get 输入的SRT配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SRTSettings 输入的SRT配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setSRTSettings
public void setSRTSettings(DescribeInputSRTSettings SRTSettings)
Set 输入的SRT配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SRTSettings- 输入的SRT配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getRTPSettings
public DescribeInputRTPSettings getRTPSettings()
Get 输入的RTP配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RTPSettings 输入的RTP配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setRTPSettings
public void setRTPSettings(DescribeInputRTPSettings RTPSettings)
Set 输入的RTP配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RTPSettings- 输入的RTP配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getInputRegion
public String getInputRegion()
Get 输入的地区。- Returns:
- InputRegion 输入的地区。
-
setInputRegion
public void setInputRegion(String InputRegion)
Set 输入的地区。- Parameters:
InputRegion- 输入的地区。
-
getRTMPSettings
public DescribeInputRTMPSettings getRTMPSettings()
Get 输入的RTMP配置信息。- Returns:
- RTMPSettings 输入的RTMP配置信息。
-
setRTMPSettings
public void setRTMPSettings(DescribeInputRTMPSettings RTMPSettings)
Set 输入的RTMP配置信息。- Parameters:
RTMPSettings- 输入的RTMP配置信息。
-
getFailOver
public String getFailOver()
Get 输入的主备开关。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FailOver 输入的主备开关。 注意:此字段可能返回 null,表示取不到有效值。
-
setFailOver
public void setFailOver(String FailOver)
Set 输入的主备开关。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FailOver- 输入的主备开关。 注意:此字段可能返回 null,表示取不到有效值。
-
getRTMPPullSettings
public DescribeInputRTMPPullSettings getRTMPPullSettings()
Get 输入的RTMP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RTMPPullSettings 输入的RTMP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setRTMPPullSettings
public void setRTMPPullSettings(DescribeInputRTMPPullSettings RTMPPullSettings)
Set 输入的RTMP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RTMPPullSettings- 输入的RTMP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getRTSPPullSettings
public DescribeInputRTSPPullSettings getRTSPPullSettings()
Get 输入的RTSP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RTSPPullSettings 输入的RTSP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setRTSPPullSettings
public void setRTSPPullSettings(DescribeInputRTSPPullSettings RTSPPullSettings)
Set 输入的RTSP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RTSPPullSettings- 输入的RTSP_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getHLSPullSettings
public DescribeInputHLSPullSettings getHLSPullSettings()
Get 输入的HLS_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HLSPullSettings 输入的HLS_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setHLSPullSettings
public void setHLSPullSettings(DescribeInputHLSPullSettings HLSPullSettings)
Set 输入的HLS_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HLSPullSettings- 输入的HLS_PULL配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getResilientStream
public ResilientStreamConf getResilientStream()
Get 延播平滑吐流配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResilientStream 延播平滑吐流配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setResilientStream
public void setResilientStream(ResilientStreamConf ResilientStream)
Set 延播平滑吐流配置信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResilientStream- 延播平滑吐流配置信息。 注意:此字段可能返回 null,表示取不到有效值。
-
-