public class RenewInstanceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RenewInstanceRequest() | 
| RenewInstanceRequest(RenewInstanceRequest 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 | getFlag()Get 0 续费, 1按量转包年包月 | 
| RegistryChargePrepaid | getRegistryChargePrepaid()Get 预付费自动续费标识和购买时长,0:手动续费,1:自动续费,2:不续费并且不通知;单位为月 | 
| String | getRegistryId()Get 实例Id | 
| void | setFlag(Long Flag)Set 0 续费, 1按量转包年包月 | 
| void | setRegistryChargePrepaid(RegistryChargePrepaid RegistryChargePrepaid)Set 预付费自动续费标识和购买时长,0:手动续费,1:自动续费,2:不续费并且不通知;单位为月 | 
| void | setRegistryId(String RegistryId)Set 实例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 RenewInstanceRequest()
public RenewInstanceRequest(RenewInstanceRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - 实例Idpublic RegistryChargePrepaid getRegistryChargePrepaid()
public void setRegistryChargePrepaid(RegistryChargePrepaid RegistryChargePrepaid)
RegistryChargePrepaid - 预付费自动续费标识和购买时长,0:手动续费,1:自动续费,2:不续费并且不通知;单位为月public Long getFlag()
public void setFlag(Long Flag)
Flag - 0 续费, 1按量转包年包月Copyright © 2025. All rights reserved.