public class SetRenewFlagRequest extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAutoRenewFlag()Get Auto-renewal flag. | 
| String[] | getResourceIds()Get ID of the instance to be manipulated | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set Auto-renewal flag. | 
| void | setResourceIds(String[] ResourceIds)Set ID of the instance to be manipulated | 
| 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, toJsonStringpublic SetRenewFlagRequest()
public SetRenewFlagRequest(SetRenewFlagRequest source)
public String[] getResourceIds()
public void setResourceIds(String[] ResourceIds)
ResourceIds - ID of the instance to be manipulatedpublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - Auto-renewal flag. 0: normal renewal, 1: auto-renewal, 2: no renewal.Copyright © 2023. All rights reserved.