public class FailureParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FailureParam() | 
| FailureParam(FailureParam 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 | 
|---|---|
| String | getDlqType()Get 死信队列类型,CKAFKA,TOPIC | 
| KafkaParam | getKafkaParam()Get Ckafka类型死信队列 | 
| Long | getMaxRetryAttempts()Get 重试次数 | 
| Long | getRetryInterval()Get 重试间隔 | 
| TopicParam | getTopicParam()Get DIP Topic类型死信队列 | 
| String | getType()Get 类型,DLQ死信队列,IGNORE_ERROR保留,DROP丢弃 | 
| void | setDlqType(String DlqType)Set 死信队列类型,CKAFKA,TOPIC | 
| void | setKafkaParam(KafkaParam KafkaParam)Set Ckafka类型死信队列 | 
| void | setMaxRetryAttempts(Long MaxRetryAttempts)Set 重试次数 | 
| void | setRetryInterval(Long RetryInterval)Set 重试间隔 | 
| void | setTopicParam(TopicParam TopicParam)Set DIP Topic类型死信队列 | 
| void | setType(String Type)Set 类型,DLQ死信队列,IGNORE_ERROR保留,DROP丢弃 | 
| 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 FailureParam()
public FailureParam(FailureParam source)
public String getType()
public void setType(String Type)
Type - 类型,DLQ死信队列,IGNORE_ERROR保留,DROP丢弃public KafkaParam getKafkaParam()
public void setKafkaParam(KafkaParam KafkaParam)
KafkaParam - Ckafka类型死信队列public Long getRetryInterval()
public void setRetryInterval(Long RetryInterval)
RetryInterval - 重试间隔public Long getMaxRetryAttempts()
public void setMaxRetryAttempts(Long MaxRetryAttempts)
MaxRetryAttempts - 重试次数public TopicParam getTopicParam()
public void setTopicParam(TopicParam TopicParam)
TopicParam - DIP Topic类型死信队列public String getDlqType()
public void setDlqType(String DlqType)
DlqType - 死信队列类型,CKAFKA,TOPICCopyright © 2025. All rights reserved.