Class SCFParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.SCFParams
-
public class SCFParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBatchEventCount()Get 批量投递最大事件条数LonggetBatchTimeout()Get 批量投递最长等待时间BooleangetEnableBatchDelivery()Get 开启批量投递使能voidsetBatchEventCount(Long BatchEventCount)Set 批量投递最大事件条数voidsetBatchTimeout(Long BatchTimeout)Set 批量投递最长等待时间voidsetEnableBatchDelivery(Boolean EnableBatchDelivery)Set 开启批量投递使能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
-
SCFParams
public SCFParams()
-
SCFParams
public SCFParams(SCFParams 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
-
getBatchTimeout
public Long getBatchTimeout()
Get 批量投递最长等待时间- Returns:
- BatchTimeout 批量投递最长等待时间
-
setBatchTimeout
public void setBatchTimeout(Long BatchTimeout)
Set 批量投递最长等待时间- Parameters:
BatchTimeout- 批量投递最长等待时间
-
getBatchEventCount
public Long getBatchEventCount()
Get 批量投递最大事件条数- Returns:
- BatchEventCount 批量投递最大事件条数
-
setBatchEventCount
public void setBatchEventCount(Long BatchEventCount)
Set 批量投递最大事件条数- Parameters:
BatchEventCount- 批量投递最大事件条数
-
getEnableBatchDelivery
public Boolean getEnableBatchDelivery()
Get 开启批量投递使能- Returns:
- EnableBatchDelivery 开启批量投递使能
-
setEnableBatchDelivery
public void setEnableBatchDelivery(Boolean EnableBatchDelivery)
Set 开启批量投递使能- Parameters:
EnableBatchDelivery- 开启批量投递使能
-
-