public class ResilientStreamConf extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResilientStreamConf() | 
| ResilientStreamConf(ResilientStreamConf 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 | getBufferTime()Get 延播时间,单位秒,目前支持的范围为10~300秒。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getEnable()Get 是否开启延播平滑吐流,true开启,false不开启,默认不开启。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBufferTime(Long BufferTime)Set 延播时间,单位秒,目前支持的范围为10~300秒。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnable(Boolean Enable)Set 是否开启延播平滑吐流,true开启,false不开启,默认不开启。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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, toJsonStringpublic ResilientStreamConf()
public ResilientStreamConf(ResilientStreamConf source)
public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - 是否开启延播平滑吐流,true开启,false不开启,默认不开启。
注意:此字段可能返回 null,表示取不到有效值。public Long getBufferTime()
public void setBufferTime(Long BufferTime)
BufferTime - 延播时间,单位秒,目前支持的范围为10~300秒。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.