public class InquirePriceRenewRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquirePriceRenewRequest() |
InquirePriceRenewRequest(InquirePriceRenewRequest 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 |
getClusterId()
Get 集群ID
|
Long |
getTimeSpan()
Get 购买时长,与TimeUnit组合才能生效
|
String |
getTimeUnit()
Get 购买时长单位, 与TimeSpan组合生效,可选:日:d,月:m
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setTimeSpan(Long TimeSpan)
Set 购买时长,与TimeUnit组合才能生效
|
void |
setTimeUnit(String TimeUnit)
Set 购买时长单位, 与TimeSpan组合生效,可选:日:d,月:m
|
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, toJsonString
public InquirePriceRenewRequest()
public InquirePriceRenewRequest(InquirePriceRenewRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- 购买时长,与TimeUnit组合才能生效public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 购买时长单位, 与TimeSpan组合生效,可选:日:d,月:mCopyright © 2024. All rights reserved.