public class DescribeCosRechargesRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getEnable()Get 是否启用:   0: 未启用  , 1:启用 | 
| Long | getStatus()Get 状态   status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。 | 
| String | getTopicId()Get 日志主题Id。
-  通过[获取日志主题列表](https://cloud.tencent.com/document/api/614/56454)获取日志主题Id。 | 
| void | setEnable(Long Enable)Set 是否启用:   0: 未启用  , 1:启用 | 
| void | setStatus(Long Status)Set 状态   status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。 | 
| void | setTopicId(String TopicId)Set 日志主题Id。
-  通过[获取日志主题列表](https://cloud.tencent.com/document/api/614/56454)获取日志主题Id。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCosRechargesRequest()
public DescribeCosRechargesRequest(DescribeCosRechargesRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 日志主题Id。
-  通过[获取日志主题列表](https://cloud.tencent.com/document/api/614/56454)获取日志主题Id。public Long getStatus()
public void setStatus(Long Status)
Status - 状态   status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。public Long getEnable()
public void setEnable(Long Enable)
Enable - 是否启用:   0: 未启用  , 1:启用Copyright © 2025. All rights reserved.