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 |
---|---|
String |
getInstanceId()
Get Instance ID
|
String |
getModifyPayMode()
Get The parameter used to determine whether to modify the billing mode.
|
Long |
getPeriod()
Get Validity period in months
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setModifyPayMode(String ModifyPayMode)
Set The parameter used to determine whether to modify the billing mode.
|
void |
setPeriod(Long Period)
Set Validity period in months
|
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 RenewInstanceRequest()
public RenewInstanceRequest(RenewInstanceRequest source)
public Long getPeriod()
public void setPeriod(Long Period)
Period
- Validity period in monthspublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getModifyPayMode()
public void setModifyPayMode(String ModifyPayMode)
ModifyPayMode
- The parameter used to determine whether to modify the billing mode. Copyright © 2024. All rights reserved.