public class CreateInputRISTSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateInputRISTSettings() |
CreateInputRISTSettings(CreateInputRISTSettings 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 |
---|---|
Long |
getBuffer()
Get RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120
|
String |
getMode()
Get RIST模式,可选[LISTENER],默认为LISTENER。
|
String |
getProfile()
Get RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。
|
void |
setBuffer(Long Buffer)
Set RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120
|
void |
setMode(String Mode)
Set RIST模式,可选[LISTENER],默认为LISTENER。
|
void |
setProfile(String Profile)
Set RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。
|
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, toJsonString
public CreateInputRISTSettings()
public CreateInputRISTSettings(CreateInputRISTSettings source)
public String getMode()
public void setMode(String Mode)
Mode
- RIST模式,可选[LISTENER],默认为LISTENER。public String getProfile()
public void setProfile(String Profile)
Profile
- RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。public Long getBuffer()
public void setBuffer(Long Buffer)
Buffer
- RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120Copyright © 2024. All rights reserved.