public class FailureParam extends AbstractModel
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
注意:此字段可能返回 null,表示取不到有效值。
|
KafkaParam |
getKafkaParam()
Get Ckafka类型死信队列
|
Long |
getMaxRetryAttempts()
Get 重试次数
|
Long |
getRetryInterval()
Get 重试间隔
|
TopicParam |
getTopicParam()
Get DIP Topic类型死信队列
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃
|
void |
setDlqType(String DlqType)
Set 死信队列类型,CKAFKA,TOPIC
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKafkaParam(KafkaParam KafkaParam)
Set Ckafka类型死信队列
|
void |
setMaxRetryAttempts(Long MaxRetryAttempts)
Set 重试次数
|
void |
setRetryInterval(Long RetryInterval)
Set 重试间隔
|
void |
setTopicParam(TopicParam TopicParam)
Set DIP Topic类型死信队列
注意:此字段可能返回 null,表示取不到有效值。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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类型死信队列
注意:此字段可能返回 null,表示取不到有效值。public String getDlqType()
public void setDlqType(String DlqType)
DlqType
- 死信队列类型,CKAFKA,TOPIC
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.