public class CkafkaDeliveryParams extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CkafkaDeliveryParams() | 
| CkafkaDeliveryParams(CkafkaDeliveryParams 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 | getResourceDescription()Get Six-Segment QCS description of CKafka resource | 
| String | getTopicName()Get ckafka topic name | 
| void | setResourceDescription(String ResourceDescription)Set Six-Segment QCS description of CKafka resource | 
| void | setTopicName(String TopicName)Set ckafka topic name | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CkafkaDeliveryParams()
public CkafkaDeliveryParams(CkafkaDeliveryParams source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName - ckafka topic namepublic String getResourceDescription()
public void setResourceDescription(String ResourceDescription)
ResourceDescription - Six-Segment QCS description of CKafka resourceCopyright © 2024. All rights reserved.