public class ModifyAutoRenewFlagRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAutoRenewFlagRequest() |
ModifyAutoRenewFlagRequest(ModifyAutoRenewFlagRequest 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 |
getAutoRenew()
Get 自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。
|
String[] |
getInstanceIds()
Get 实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
说明:可输入多个实例 ID 进行修改,json 格式如下。
[
"cdb-30z11v8s",
"cdb-93h11efg"
]
|
void |
setAutoRenew(Long AutoRenew)
Set 自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
说明:可输入多个实例 ID 进行修改,json 格式如下。
[
"cdb-30z11v8s",
"cdb-93h11efg"
]
|
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, toJsonString
public ModifyAutoRenewFlagRequest()
public ModifyAutoRenewFlagRequest(ModifyAutoRenewFlagRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
说明:可输入多个实例 ID 进行修改,json 格式如下。
[
"cdb-30z11v8s",
"cdb-93h11efg"
]public Long getAutoRenew()
public void setAutoRenew(Long AutoRenew)
AutoRenew
- 自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。Copyright © 2024. All rights reserved.