public class DescribeCosRechargesRequest extends AbstractModel
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 Whether the configuration is enabled.
|
Long |
getStatus()
Get Status.
|
String |
getTopicId()
Get ID of the log topic.
|
void |
setEnable(Long Enable)
Set Whether the configuration is enabled.
|
void |
setStatus(Long Status)
Set Status.
|
void |
setTopicId(String TopicId)
Set ID of the log topic.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCosRechargesRequest()
public DescribeCosRechargesRequest(DescribeCosRechargesRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- ID of the log topic.public Long getStatus()
public void setStatus(Long Status)
Status
- Status. `0`: Created, `1`: Running, `2`: Stopped, `3`: Completed, `4`: Run failedpublic Long getEnable()
public void setEnable(Long Enable)
Enable
- Whether the configuration is enabled. `0`: Not enabled, `1`: EnabledCopyright © 2023. All rights reserved.