Class SetRenewFlagRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.SetRenewFlagRequest
-
public class SetRenewFlagRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetRenewFlagRequest()SetRenewFlagRequest(SetRenewFlagRequest 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 LonggetAutoRenewFlag()Get 自动续费标志位,续费标记 0:正常续费 1:自动续费 2:到期不续String[]getResourceIds()Get 需操作的集群IDvoidsetAutoRenewFlag(Long AutoRenewFlag)Set 自动续费标志位,续费标记 0:正常续费 1:自动续费 2:到期不续voidsetResourceIds(String[] ResourceIds)Set 需操作的集群IDvoidtoMap(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
-
SetRenewFlagRequest
public SetRenewFlagRequest()
-
SetRenewFlagRequest
public SetRenewFlagRequest(SetRenewFlagRequest 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
-
getResourceIds
public String[] getResourceIds()
Get 需操作的集群ID- Returns:
- ResourceIds 需操作的集群ID
-
setResourceIds
public void setResourceIds(String[] ResourceIds)
Set 需操作的集群ID- Parameters:
ResourceIds- 需操作的集群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:到期不续
-
-