Class FailureParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.FailureParam
-
public class FailureParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDlqType()Get 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。KafkaParamgetKafkaParam()Get Ckafka类型死信队列LonggetMaxRetryAttempts()Get 重试次数LonggetRetryInterval()Get 重试间隔TopicParamgetTopicParam()Get DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃voidsetDlqType(String DlqType)Set 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。voidsetKafkaParam(KafkaParam KafkaParam)Set Ckafka类型死信队列voidsetMaxRetryAttempts(Long MaxRetryAttempts)Set 重试次数voidsetRetryInterval(Long RetryInterval)Set 重试间隔voidsetTopicParam(TopicParam TopicParam)Set DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FailureParam
public FailureParam()
-
FailureParam
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃- Returns:
- Type 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃
-
setType
public void setType(String Type)
Set 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃- Parameters:
Type- 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃
-
getKafkaParam
public KafkaParam getKafkaParam()
Get Ckafka类型死信队列- Returns:
- KafkaParam Ckafka类型死信队列
-
setKafkaParam
public void setKafkaParam(KafkaParam KafkaParam)
Set Ckafka类型死信队列- Parameters:
KafkaParam- Ckafka类型死信队列
-
getRetryInterval
public Long getRetryInterval()
Get 重试间隔- Returns:
- RetryInterval 重试间隔
-
setRetryInterval
public void setRetryInterval(Long RetryInterval)
Set 重试间隔- Parameters:
RetryInterval- 重试间隔
-
getMaxRetryAttempts
public Long getMaxRetryAttempts()
Get 重试次数- Returns:
- MaxRetryAttempts 重试次数
-
setMaxRetryAttempts
public void setMaxRetryAttempts(Long MaxRetryAttempts)
Set 重试次数- Parameters:
MaxRetryAttempts- 重试次数
-
getTopicParam
public TopicParam getTopicParam()
Get DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicParam DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicParam
public void setTopicParam(TopicParam TopicParam)
Set DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicParam- DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。
-
getDlqType
public String getDlqType()
Get 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DlqType 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。
-
setDlqType
public void setDlqType(String DlqType)
Set 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DlqType- 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。
-
-