Class SetAutoRenewFlagRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.SetAutoRenewFlagRequest
-
public class SetAutoRenewFlagRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetAutoRenewFlagRequest()
SetAutoRenewFlagRequest(SetAutoRenewFlagRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAutoRenewFlag()
Get 续费标记。0-正常续费;1-自动续费;2-到期不续费String[]
getDBInstanceIdSet()
Get 实例ID集合。注意:当前已不支持同时操作多个实例,这里只能传入单个实例ID。void
setAutoRenewFlag(Long AutoRenewFlag)
Set 续费标记。0-正常续费;1-自动续费;2-到期不续费void
setDBInstanceIdSet(String[] DBInstanceIdSet)
Set 实例ID集合。注意:当前已不支持同时操作多个实例,这里只能传入单个实例ID。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SetAutoRenewFlagRequest
public SetAutoRenewFlagRequest()
-
SetAutoRenewFlagRequest
public SetAutoRenewFlagRequest(SetAutoRenewFlagRequest 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.
-
-
Method Detail
-
getDBInstanceIdSet
public String[] getDBInstanceIdSet()
Get 实例ID集合。注意:当前已不支持同时操作多个实例,这里只能传入单个实例ID。- Returns:
- DBInstanceIdSet 实例ID集合。注意:当前已不支持同时操作多个实例,这里只能传入单个实例ID。
-
setDBInstanceIdSet
public void setDBInstanceIdSet(String[] DBInstanceIdSet)
Set 实例ID集合。注意:当前已不支持同时操作多个实例,这里只能传入单个实例ID。- Parameters:
DBInstanceIdSet
- 实例ID集合。注意:当前已不支持同时操作多个实例,这里只能传入单个实例ID。
-
getAutoRenewFlag
public Long getAutoRenewFlag()
Get 续费标记。0-正常续费;1-自动续费;2-到期不续费- Returns:
- AutoRenewFlag 续费标记。0-正常续费;1-自动续费;2-到期不续费
-
setAutoRenewFlag
public void setAutoRenewFlag(Long AutoRenewFlag)
Set 续费标记。0-正常续费;1-自动续费;2-到期不续费- Parameters:
AutoRenewFlag
- 续费标记。0-正常续费;1-自动续费;2-到期不续费
-
-