public class SCFParams extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SCFParams() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getBatchEventCount()Get 批量投递最大事件条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getBatchTimeout()Get 批量投递最长等待时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getEnableBatchDelivery()Get 开启批量投递使能
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBatchEventCount(Long BatchEventCount)Set 批量投递最大事件条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBatchTimeout(Long BatchTimeout)Set 批量投递最长等待时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnableBatchDelivery(Boolean EnableBatchDelivery)Set 开启批量投递使能
注意:此字段可能返回 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 SCFParams()
public SCFParams(SCFParams source)
public Long getBatchTimeout()
public void setBatchTimeout(Long BatchTimeout)
BatchTimeout - 批量投递最长等待时间
注意:此字段可能返回 null,表示取不到有效值。public Long getBatchEventCount()
public void setBatchEventCount(Long BatchEventCount)
BatchEventCount - 批量投递最大事件条数
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnableBatchDelivery()
public void setEnableBatchDelivery(Boolean EnableBatchDelivery)
EnableBatchDelivery - 开启批量投递使能
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.