Class DescribeKafkaRechargesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DescribeKafkaRechargesRequest
-
public class DescribeKafkaRechargesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeKafkaRechargesRequest()DescribeKafkaRechargesRequest(DescribeKafkaRechargesRequest 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 导入配置IDLonggetStatus()Get 状态 status 1: 运行中, 2: 暂停...StringgetTopicId()Get 日志主题 IDvoidsetId(String Id)Set 导入配置IDvoidsetStatus(Long Status)Set 状态 status 1: 运行中, 2: 暂停...voidsetTopicId(String TopicId)Set 日志主题 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
-
DescribeKafkaRechargesRequest
public DescribeKafkaRechargesRequest()
-
DescribeKafkaRechargesRequest
public DescribeKafkaRechargesRequest(DescribeKafkaRechargesRequest 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
-
getTopicId
public String getTopicId()
Get 日志主题 ID- Returns:
- TopicId 日志主题 ID
-
setTopicId
public void setTopicId(String TopicId)
Set 日志主题 ID- Parameters:
TopicId- 日志主题 ID
-
getId
public String getId()
Get 导入配置ID- Returns:
- Id 导入配置ID
-
setId
public void setId(String Id)
Set 导入配置ID- Parameters:
Id- 导入配置ID
-
getStatus
public Long getStatus()
Get 状态 status 1: 运行中, 2: 暂停...- Returns:
- Status 状态 status 1: 运行中, 2: 暂停...
-
setStatus
public void setStatus(Long Status)
Set 状态 status 1: 运行中, 2: 暂停...- Parameters:
Status- 状态 status 1: 运行中, 2: 暂停...
-
-