public class ModifyProVersionRenewFlagRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyProVersionRenewFlagRequest() |
ModifyProVersionRenewFlagRequest(ModifyProVersionRenewFlagRequest 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 |
---|---|
String |
getQuuid()
Get Unique server ID, corresponding to `uuid` for CVM or `instanceId` for BM.
|
String |
getRenewFlag()
Get Auto-renewal flag.
|
void |
setQuuid(String Quuid)
Set Unique server ID, corresponding to `uuid` for CVM or `instanceId` for BM.
|
void |
setRenewFlag(String RenewFlag)
Set Auto-renewal flag.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyProVersionRenewFlagRequest()
public ModifyProVersionRenewFlagRequest(ModifyProVersionRenewFlagRequest source)
public String getRenewFlag()
public void setRenewFlag(String RenewFlag)
RenewFlag
- Auto-renewal flag. Valid values:
public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Unique server ID, corresponding to `uuid` for CVM or `instanceId` for BM.Copyright © 2024. All rights reserved.