Class CkafkaTargetParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.CkafkaTargetParams
-
public class CkafkaTargetParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CkafkaTargetParams()CkafkaTargetParams(CkafkaTargetParams 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 RetryPolicygetRetryPolicy()Get 重试策略StringgetTopicName()Get 要投递到的ckafka topicvoidsetRetryPolicy(RetryPolicy RetryPolicy)Set 重试策略voidsetTopicName(String TopicName)Set 要投递到的ckafka topicvoidtoMap(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
-
CkafkaTargetParams
public CkafkaTargetParams()
-
CkafkaTargetParams
public CkafkaTargetParams(CkafkaTargetParams 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
-
getTopicName
public String getTopicName()
Get 要投递到的ckafka topic- Returns:
- TopicName 要投递到的ckafka topic
-
setTopicName
public void setTopicName(String TopicName)
Set 要投递到的ckafka topic- Parameters:
TopicName- 要投递到的ckafka topic
-
getRetryPolicy
public RetryPolicy getRetryPolicy()
Get 重试策略- Returns:
- RetryPolicy 重试策略
-
setRetryPolicy
public void setRetryPolicy(RetryPolicy RetryPolicy)
Set 重试策略- Parameters:
RetryPolicy- 重试策略
-
-