public class ModifyCosRechargeRequest extends AbstractModel
Constructor and Description |
---|
ModifyCosRechargeRequest() |
ModifyCosRechargeRequest(ModifyCosRechargeRequest 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.
|
String |
getId()
Get COS import configuration ID.
|
String |
getName()
Get COS import task name.
|
String |
getTopicId()
Get ID of the log topic.
|
void |
setEnable(Long Enable)
Set Whether the configuration is enabled.
|
void |
setId(String Id)
Set COS import configuration ID.
|
void |
setName(String Name)
Set COS import task name.
|
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 ModifyCosRechargeRequest()
public ModifyCosRechargeRequest(ModifyCosRechargeRequest source)
public String getId()
public void setId(String Id)
Id
- COS import configuration ID.public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- ID of the log topic.public String getName()
public void setName(String Name)
Name
- COS import task name.public Long getEnable()
public void setEnable(Long Enable)
Enable
- Whether the configuration is enabled. `0`: Not enabled, `1`: EnabledCopyright © 2023. All rights reserved.