public class CkafkaTargetParams extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| RetryPolicy | getRetryPolicy()Get Retry policy | 
| String | getTopicName()Get CKafka topic to be delivered to | 
| void | setRetryPolicy(RetryPolicy RetryPolicy)Set Retry policy | 
| void | setTopicName(String TopicName)Set CKafka topic to be delivered to | 
| 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, toJsonStringpublic CkafkaTargetParams()
public CkafkaTargetParams(CkafkaTargetParams source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName - CKafka topic to be delivered topublic RetryPolicy getRetryPolicy()
public void setRetryPolicy(RetryPolicy RetryPolicy)
RetryPolicy - Retry policyCopyright © 2022. All rights reserved.