Class ResilientStreamConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.ResilientStreamConf
-
public class ResilientStreamConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBufferTime()Get 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。BooleangetEnable()Get 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。voidsetBufferTime(Long BufferTime)Set 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。voidsetEnable(Boolean Enable)Set 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 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
-
ResilientStreamConf
public ResilientStreamConf()
-
ResilientStreamConf
public 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.
-
-
Method Detail
-
getEnable
public Boolean getEnable()
Get 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Enable 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。
-
setEnable
public void setEnable(Boolean Enable)
Set 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Enable- 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。
-
getBufferTime
public Long getBufferTime()
Get 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BufferTime 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。
-
setBufferTime
public void setBufferTime(Long BufferTime)
Set 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BufferTime- 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。
-
-