Class CkafkaDeliveryParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.CkafkaDeliveryParams
-
public class CkafkaDeliveryParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceDescription()Get ckafka资源qcs六段式StringgetTopicName()Get ckafka topic namevoidsetResourceDescription(String ResourceDescription)Set ckafka资源qcs六段式voidsetTopicName(String TopicName)Set ckafka topic namevoidtoMap(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
-
CkafkaDeliveryParams
public CkafkaDeliveryParams()
-
CkafkaDeliveryParams
public 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.
-
-
Method Detail
-
getTopicName
public String getTopicName()
Get ckafka topic name- Returns:
- TopicName ckafka topic name
-
setTopicName
public void setTopicName(String TopicName)
Set ckafka topic name- Parameters:
TopicName- ckafka topic name
-
getResourceDescription
public String getResourceDescription()
Get ckafka资源qcs六段式- Returns:
- ResourceDescription ckafka资源qcs六段式
-
setResourceDescription
public void setResourceDescription(String ResourceDescription)
Set ckafka资源qcs六段式- Parameters:
ResourceDescription- ckafka资源qcs六段式
-
-