Class ModifyAutoRenewFlagRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.ModifyAutoRenewFlagRequest
-
public class ModifyAutoRenewFlagRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAutoRenewFlag()Get 自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续 费,需要设置为0StringgetResourceId()Get 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费资源IdStringgetSubProduct()Get 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费的SubProduct,一般为sp_tiw_packagevoidsetAutoRenewFlag(Long AutoRenewFlag)Set 自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续 费,需要设置为0voidsetResourceId(String ResourceId)Set 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费资源IdvoidsetSubProduct(String SubProduct)Set 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费的SubProduct,一般为sp_tiw_packagevoidtoMap(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
-
ModifyAutoRenewFlagRequest
public ModifyAutoRenewFlagRequest()
-
ModifyAutoRenewFlagRequest
public 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.
-
-
Method Detail
-
getSubProduct
public String getSubProduct()
Get 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费的SubProduct,一般为sp_tiw_package- Returns:
- SubProduct 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费的SubProduct,一般为sp_tiw_package
-
setSubProduct
public void setSubProduct(String SubProduct)
Set 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费的SubProduct,一般为sp_tiw_package- Parameters:
SubProduct- 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费的SubProduct,一般为sp_tiw_package
-
getResourceId
public String getResourceId()
Get 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费资源Id- Returns:
- ResourceId 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费资源Id
-
setResourceId
public void setResourceId(String ResourceId)
Set 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费资源Id- Parameters:
ResourceId- 资源Id,从DescribeUserResources接口中获取Level=1的正式月功能费资源Id
-
getAutoRenewFlag
public Long getAutoRenewFlag()
Get 自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续 费,需要设置为0- Returns:
- AutoRenewFlag 自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续 费,需要设置为0
-
setAutoRenewFlag
public void setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续 费,需要设置为0- Parameters:
AutoRenewFlag- 自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续 费,需要设置为0
-
-