public class InquiryPriceRenewInstanceRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceRenewInstanceRequest() |
InquiryPriceRenewInstanceRequest(InquiryPriceRenewInstanceRequest 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 实例ID
|
Long |
getPeriod()
Get 购买时长,单位:月
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setPeriod(Long Period)
Set 购买时长,单位:月
|
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, toJsonString
public InquiryPriceRenewInstanceRequest()
public InquiryPriceRenewInstanceRequest(InquiryPriceRenewInstanceRequest source)
public Long getPeriod()
public void setPeriod(Long Period)
Period
- 购买时长,单位:月public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDCopyright © 2022. All rights reserved.