public class RenewClustersRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RenewClustersRequest() | 
| RenewClustersRequest(RenewClustersRequest 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 | getDealMode()Get 交易模式 0-下单并支付 1-下单 | 
| Float | getTimeSpan()Get 续费时长 | 
| String | getTimeUnit()Get 时间单位 y,m,d,h,i,s | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setDealMode(Long DealMode)Set 交易模式 0-下单并支付 1-下单 | 
| void | setTimeSpan(Float TimeSpan)Set 续费时长 | 
| void | setTimeUnit(String TimeUnit)Set 时间单位 y,m,d,h,i,s | 
| 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, toJsonStringpublic RenewClustersRequest()
public RenewClustersRequest(RenewClustersRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic Float getTimeSpan()
public void setTimeSpan(Float TimeSpan)
TimeSpan - 续费时长public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit - 时间单位 y,m,d,h,i,spublic Long getDealMode()
public void setDealMode(Long DealMode)
DealMode - 交易模式 0-下单并支付 1-下单Copyright © 2025. All rights reserved.