public class UpdateTargetRequest extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| 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 
 | 
String | 
getEventBusId()
Get Event bus ID 
 | 
String | 
getRuleId()
Get Event rule ID 
 | 
String | 
getTargetId()
Get Delivery target ID 
 | 
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 | 
setEventBusId(String EventBusId)
Set Event bus ID 
 | 
void | 
setRuleId(String RuleId)
Set Event rule ID 
 | 
void | 
setTargetId(String TargetId)
Set Delivery target ID 
 | 
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 UpdateTargetRequest()
public UpdateTargetRequest(UpdateTargetRequest source)
public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - Event bus IDpublic String getRuleId()
public void setRuleId(String RuleId)
RuleId - Event rule IDpublic String getTargetId()
public void setTargetId(String TargetId)
TargetId - Delivery target IDpublic Boolean getEnableBatchDelivery()
public void setEnableBatchDelivery(Boolean EnableBatchDelivery)
EnableBatchDelivery - Enables batch deliverypublic 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 deliveryCopyright © 2025. All rights reserved.