Class DeleteKafkaRechargeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DeleteKafkaRechargeRequest
-
public class DeleteKafkaRechargeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteKafkaRechargeRequest()DeleteKafkaRechargeRequest(DeleteKafkaRechargeRequest 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 StringgetId()Get Kafka导入配置IDStringgetTopicId()Get 导入CLS目标topic IDvoidsetId(String Id)Set Kafka导入配置IDvoidsetTopicId(String TopicId)Set 导入CLS目标topic IDvoidtoMap(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
-
DeleteKafkaRechargeRequest
public DeleteKafkaRechargeRequest()
-
DeleteKafkaRechargeRequest
public DeleteKafkaRechargeRequest(DeleteKafkaRechargeRequest 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
-
getId
public String getId()
Get Kafka导入配置ID- Returns:
- Id Kafka导入配置ID
-
setId
public void setId(String Id)
Set Kafka导入配置ID- Parameters:
Id- Kafka导入配置ID
-
getTopicId
public String getTopicId()
Get 导入CLS目标topic ID- Returns:
- TopicId 导入CLS目标topic ID
-
setTopicId
public void setTopicId(String TopicId)
Set 导入CLS目标topic ID- Parameters:
TopicId- 导入CLS目标topic ID
-
-