public class DescribeInput extends AbstractModel
| Constructor and Description | 
|---|
| DescribeInput() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getAllowIpList()Get Input IP allowlist. | 
| String | getDescription()Get Input description. | 
| InputAddress[] | getInputAddressList()Get Input address list. | 
| String | getInputId()Get Input ID. | 
| String | getInputName()Get Input name. | 
| String | getInputRegion()Get Input region. | 
| String | getProtocol()Get Input protocol. | 
| DescribeInputRTPSettings | getRTPSettings()Get RTP configuration information of input. | 
| DescribeInputSRTSettings | getSRTSettings()Get SRT configuration information of input. | 
| void | setAllowIpList(String[] AllowIpList)Set Input IP allowlist. | 
| void | setDescription(String Description)Set Input description. | 
| void | setInputAddressList(InputAddress[] InputAddressList)Set Input address list. | 
| void | setInputId(String InputId)Set Input ID. | 
| void | setInputName(String InputName)Set Input name. | 
| void | setInputRegion(String InputRegion)Set Input region. | 
| void | setProtocol(String Protocol)Set Input protocol. | 
| void | setRTPSettings(DescribeInputRTPSettings RTPSettings)Set RTP configuration information of input. | 
| void | setSRTSettings(DescribeInputSRTSettings SRTSettings)Set SRT configuration information of input. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getInputId()
public void setInputId(String InputId)
InputId - Input ID.public String getInputName()
public void setInputName(String InputName)
InputName - Input name.public String getDescription()
public void setDescription(String Description)
Description - Input description.
Note: this field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Input protocol.public InputAddress[] getInputAddressList()
public void setInputAddressList(InputAddress[] InputAddressList)
InputAddressList - Input address list.public String[] getAllowIpList()
public void setAllowIpList(String[] AllowIpList)
AllowIpList - Input IP allowlist.public DescribeInputSRTSettings getSRTSettings()
public void setSRTSettings(DescribeInputSRTSettings SRTSettings)
SRTSettings - SRT configuration information of input.
Note: this field may return null, indicating that no valid values can be obtained.public DescribeInputRTPSettings getRTPSettings()
public void setRTPSettings(DescribeInputRTPSettings RTPSettings)
RTPSettings - RTP configuration information of input.
Note: this field may return null, indicating that no valid values can be obtained.public String getInputRegion()
public void setInputRegion(String InputRegion)
InputRegion - Input region.Copyright © 2020. All rights reserved.