public class ModifyAutoRenewFlagRequest extends AbstractModel
Constructor and Description |
---|
ModifyAutoRenewFlagRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAutoRenew()
Get 自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。
|
String[] |
getInstanceIds()
Get 实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
void |
setAutoRenew(Long AutoRenew)
Set 自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。
|
void |
setInstanceIds(String[] InstanceIds)
Set 实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
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 String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 实例的 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。public Long getAutoRenew()
public void setAutoRenew(Long AutoRenew)
AutoRenew
- 自动续费标记,可取值的有:0 - 不自动续费,1 - 自动续费。Copyright © 2020. All rights reserved.