public class ModifyInput extends AbstractModel
Constructor and Description |
---|
ModifyInput() |
ModifyInput(ModifyInput 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 |
---|---|
String[] |
getAllowIpList()
Get Allowed push IP in CIDR format.
|
String |
getDescription()
Get Input description.
|
String |
getInputId()
Get Input ID.
|
String |
getInputName()
Get Input name.
|
CreateInputRTPSettings |
getRTPSettings()
Get RTP configuration information.
|
CreateInputSRTSettings |
getSRTSettings()
Get SRT configuration information.
|
void |
setAllowIpList(String[] AllowIpList)
Set Allowed push IP in CIDR format.
|
void |
setDescription(String Description)
Set Input description.
|
void |
setInputId(String InputId)
Set Input ID.
|
void |
setInputName(String InputName)
Set Input name.
|
void |
setRTPSettings(CreateInputRTPSettings RTPSettings)
Set RTP configuration information.
|
void |
setSRTSettings(CreateInputSRTSettings SRTSettings)
Set SRT configuration information.
|
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, toJsonString
public ModifyInput()
public ModifyInput(ModifyInput source)
public 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.public String[] getAllowIpList()
public void setAllowIpList(String[] AllowIpList)
AllowIpList
- Allowed push IP in CIDR format.public CreateInputSRTSettings getSRTSettings()
public void setSRTSettings(CreateInputSRTSettings SRTSettings)
SRTSettings
- SRT configuration information.public CreateInputRTPSettings getRTPSettings()
public void setRTPSettings(CreateInputRTPSettings RTPSettings)
RTPSettings
- RTP configuration information.Copyright © 2021. All rights reserved.