public class ModifyAutoRenewFlagRequest extends AbstractModel
Constructor and Description |
---|
ModifyAutoRenewFlagRequest() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAutoRenew()
获取自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。
|
String[] |
getInstanceIds()
获取实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
void |
setAutoRenew(Integer AutoRenew)
设置自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。
|
void |
setInstanceIds(String[] InstanceIds)
设置实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。public Integer getAutoRenew()
public void setAutoRenew(Integer AutoRenew)
AutoRenew
- 自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。Copyright © 2019. All rights reserved.