public class SCFParams extends AbstractModel
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 Maximum number of events in batch delivery
|
Long |
getBatchTimeout()
Get Maximum waiting time for batch delivery
|
Boolean |
getEnableBatchDelivery()
Get Enables batch delivery
|
void |
setBatchEventCount(Long BatchEventCount)
Set Maximum number of events in batch delivery
|
void |
setBatchTimeout(Long BatchTimeout)
Set Maximum waiting time for batch delivery
|
void |
setEnableBatchDelivery(Boolean EnableBatchDelivery)
Set Enables batch delivery
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SCFParams()
public SCFParams(SCFParams source)
public Long getBatchTimeout()
public void setBatchTimeout(Long BatchTimeout)
BatchTimeout
- Maximum waiting time for batch deliverypublic Long getBatchEventCount()
public void setBatchEventCount(Long BatchEventCount)
BatchEventCount
- Maximum number of events in batch deliverypublic Boolean getEnableBatchDelivery()
public void setEnableBatchDelivery(Boolean EnableBatchDelivery)
EnableBatchDelivery
- Enables batch deliveryCopyright © 2023. All rights reserved.