Class DescribeCosRechargesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DescribeCosRechargesRequest
-
public class DescribeCosRechargesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCosRechargesRequest()DescribeCosRechargesRequest(DescribeCosRechargesRequest 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 LonggetEnable()Get 是否启用: 0: 未启用 , 1:启用LonggetStatus()Get 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。StringgetTopicId()Get 日志主题 IDvoidsetEnable(Long Enable)Set 是否启用: 0: 未启用 , 1:启用voidsetStatus(Long Status)Set 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。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
-
DescribeCosRechargesRequest
public DescribeCosRechargesRequest()
-
DescribeCosRechargesRequest
public DescribeCosRechargesRequest(DescribeCosRechargesRequest 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
-
getStatus
public Long getStatus()
Get 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。- Returns:
- Status 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。
-
setStatus
public void setStatus(Long Status)
Set 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。- Parameters:
Status- 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。
-
getEnable
public Long getEnable()
Get 是否启用: 0: 未启用 , 1:启用- Returns:
- Enable 是否启用: 0: 未启用 , 1:启用
-
setEnable
public void setEnable(Long Enable)
Set 是否启用: 0: 未启用 , 1:启用- Parameters:
Enable- 是否启用: 0: 未启用 , 1:启用
-
-