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 Maximum number of events in batch delivery
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getBatchTimeout()
Get Maximum waiting time for batch delivery
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Boolean | 
getEnableBatchDelivery()
Get Enables batch delivery
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getEventBusId()
Get Event bus ID 
 | 
String | 
getRuleId()
Get Event rule ID 
 | 
TargetDescription | 
getTargetDescription()
Get Target description 
 | 
String | 
getTargetId()
Get Target ID 
 | 
String | 
getType()
Get Target type 
 | 
void | 
setBatchEventCount(Long BatchEventCount)
Set Maximum number of events in batch delivery
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setBatchTimeout(Long BatchTimeout)
Set Maximum waiting time for batch delivery
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEnableBatchDelivery(Boolean EnableBatchDelivery)
Set Enables batch delivery
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEventBusId(String EventBusId)
Set Event bus ID 
 | 
void | 
setRuleId(String RuleId)
Set Event rule ID 
 | 
void | 
setTargetDescription(TargetDescription TargetDescription)
Set Target description 
 | 
void | 
setTargetId(String TargetId)
Set Target ID 
 | 
void | 
setType(String Type)
Set Target type 
 | 
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 - Target typepublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - Event bus IDpublic String getTargetId()
public void setTargetId(String TargetId)
TargetId - Target IDpublic TargetDescription getTargetDescription()
public void setTargetDescription(TargetDescription TargetDescription)
TargetDescription - Target descriptionpublic String getRuleId()
public void setRuleId(String RuleId)
RuleId - Event rule IDpublic Boolean getEnableBatchDelivery()
public void setEnableBatchDelivery(Boolean EnableBatchDelivery)
EnableBatchDelivery - Enables batch delivery
Note: this field may return null, indicating that no valid values can be obtained.public Long getBatchTimeout()
public void setBatchTimeout(Long BatchTimeout)
BatchTimeout - Maximum waiting time for batch delivery
Note: this field may return null, indicating that no valid values can be obtained.public Long getBatchEventCount()
public void setBatchEventCount(Long BatchEventCount)
BatchEventCount - Maximum number of events in batch delivery
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.