Class UpdateTargetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.UpdateTargetRequest
-
public class UpdateTargetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateTargetRequest()UpdateTargetRequest(UpdateTargetRequest 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 LonggetBatchEventCount()Get 批量投递最大事件条数LonggetBatchTimeout()Get 批量投递最长等待时间BooleangetEnableBatchDelivery()Get 开启批量投递使能StringgetEventBusId()Get 事件集IDStringgetRuleId()Get 事件规则IDStringgetTargetId()Get 事件目标IDvoidsetBatchEventCount(Long BatchEventCount)Set 批量投递最大事件条数voidsetBatchTimeout(Long BatchTimeout)Set 批量投递最长等待时间voidsetEnableBatchDelivery(Boolean EnableBatchDelivery)Set 开启批量投递使能voidsetEventBusId(String EventBusId)Set 事件集IDvoidsetRuleId(String RuleId)Set 事件规则IDvoidsetTargetId(String TargetId)Set 事件目标IDvoidtoMap(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
-
UpdateTargetRequest
public UpdateTargetRequest()
-
UpdateTargetRequest
public UpdateTargetRequest(UpdateTargetRequest 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
-
getEventBusId
public String getEventBusId()
Get 事件集ID- Returns:
- EventBusId 事件集ID
-
setEventBusId
public void setEventBusId(String EventBusId)
Set 事件集ID- Parameters:
EventBusId- 事件集ID
-
getRuleId
public String getRuleId()
Get 事件规则ID- Returns:
- RuleId 事件规则ID
-
setRuleId
public void setRuleId(String RuleId)
Set 事件规则ID- Parameters:
RuleId- 事件规则ID
-
getTargetId
public String getTargetId()
Get 事件目标ID- Returns:
- TargetId 事件目标ID
-
setTargetId
public void setTargetId(String TargetId)
Set 事件目标ID- Parameters:
TargetId- 事件目标ID
-
getEnableBatchDelivery
public Boolean getEnableBatchDelivery()
Get 开启批量投递使能- Returns:
- EnableBatchDelivery 开启批量投递使能
-
setEnableBatchDelivery
public void setEnableBatchDelivery(Boolean EnableBatchDelivery)
Set 开启批量投递使能- Parameters:
EnableBatchDelivery- 开启批量投递使能
-
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- 批量投递最大事件条数
-
-