public class InquirePriceRenewRequest extends AbstractModel
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 Cluster ID
|
Long |
getTimeSpan()
Get Validity period, which needs to be used together with `TimeUnit`.
|
String |
getTimeUnit()
Get Unit of validity period, which needs to be used together with `TimeSpan`.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setTimeSpan(Long TimeSpan)
Set Validity period, which needs to be used together with `TimeUnit`.
|
void |
setTimeUnit(String TimeUnit)
Set Unit of validity period, which needs to be used together with `TimeSpan`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquirePriceRenewRequest()
public InquirePriceRenewRequest(InquirePriceRenewRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- Validity period, which needs to be used together with `TimeUnit`.public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- Unit of validity period, which needs to be used together with `TimeSpan`. Valid values: `d` (day), `m` (month).Copyright © 2023. All rights reserved.