public class ModifyAutoRenewFlagRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAutoRenewFlag()Get Renewal mode. | 
| String | getResourceId()Get Resource ID. | 
| String | getSubProduct()Get Subproduct ID. | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set Renewal mode. | 
| void | setResourceId(String ResourceId)Set Resource ID. | 
| void | setSubProduct(String SubProduct)Set Subproduct ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyAutoRenewFlagRequest()
public ModifyAutoRenewFlagRequest(ModifyAutoRenewFlagRequest source)
public String getSubProduct()
public void setSubProduct(String SubProduct)
SubProduct - Subproduct ID. To obtain this ID, call the `DescribeUserResources` API and find the subproduct ID of the monthly feature package with the level 1. Usually the value is `sp_tiw_package`.public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - Resource ID. To obtain this ID, call the `DescribeUserResources` API and find the resource ID of the monthly feature package with the level 1.public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - Renewal mode. Valid values: `0` (default mode, which is auto-renewal), `1` (auto-renewal), `2` (manual renewal, which is specified by users). If no renewal is required, set it to `0`.Copyright © 2025. All rights reserved.