public class Target extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Target() | 
| Target(Target 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,表示取不到有效值。 | 
| String | getEventBusId()Get 事件集ID | 
| String | getRuleId()Get 事件规则ID | 
| TargetDescription | getTargetDescription()Get 目标描述 | 
| String | getTargetId()Get 目标ID | 
| String | getType()Get 目标类型 | 
| void | setBatchEventCount(Long BatchEventCount)Set 批量投递最大事件条数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBatchTimeout(Long BatchTimeout)Set 批量投递最长等待时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnableBatchDelivery(Boolean EnableBatchDelivery)Set 开启批量投递使能
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEventBusId(String EventBusId)Set 事件集ID | 
| void | setRuleId(String RuleId)Set 事件规则ID | 
| void | setTargetDescription(TargetDescription TargetDescription)Set 目标描述 | 
| void | setTargetId(String TargetId)Set 目标ID | 
| void | setType(String Type)Set 目标类型 | 
| 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 Target()
public Target(Target source)
public String getType()
public void setType(String Type)
Type - 目标类型public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - 事件集IDpublic String getTargetId()
public void setTargetId(String TargetId)
TargetId - 目标IDpublic TargetDescription getTargetDescription()
public void setTargetDescription(TargetDescription TargetDescription)
TargetDescription - 目标描述public String getRuleId()
public void setRuleId(String RuleId)
RuleId - 事件规则IDpublic Boolean getEnableBatchDelivery()
public void setEnableBatchDelivery(Boolean EnableBatchDelivery)
EnableBatchDelivery - 开启批量投递使能
注意:此字段可能返回 null,表示取不到有效值。public Long getBatchTimeout()
public void setBatchTimeout(Long BatchTimeout)
BatchTimeout - 批量投递最长等待时间
注意:此字段可能返回 null,表示取不到有效值。public Long getBatchEventCount()
public void setBatchEventCount(Long BatchEventCount)
BatchEventCount - 批量投递最大事件条数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.