Class DeleteTimerScalingPolicyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.DeleteTimerScalingPolicyRequest
-
public class DeleteTimerScalingPolicyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteTimerScalingPolicyRequest()DeleteTimerScalingPolicyRequest(DeleteTimerScalingPolicyRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFleetId()Get 扩缩容配置服务器舰队IDStringgetTimerId()Get 定时器ID, 进行encodeStringgetTimerName()Get 定时器名称voidsetFleetId(String FleetId)Set 扩缩容配置服务器舰队IDvoidsetTimerId(String TimerId)Set 定时器ID, 进行encodevoidsetTimerName(String TimerName)Set 定时器名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteTimerScalingPolicyRequest
public DeleteTimerScalingPolicyRequest()
-
DeleteTimerScalingPolicyRequest
public DeleteTimerScalingPolicyRequest(DeleteTimerScalingPolicyRequest 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.
-
-
Method Detail
-
getTimerId
public String getTimerId()
Get 定时器ID, 进行encode- Returns:
- TimerId 定时器ID, 进行encode
-
setTimerId
public void setTimerId(String TimerId)
Set 定时器ID, 进行encode- Parameters:
TimerId- 定时器ID, 进行encode
-
getFleetId
public String getFleetId()
Get 扩缩容配置服务器舰队ID- Returns:
- FleetId 扩缩容配置服务器舰队ID
-
setFleetId
public void setFleetId(String FleetId)
Set 扩缩容配置服务器舰队ID- Parameters:
FleetId- 扩缩容配置服务器舰队ID
-
getTimerName
public String getTimerName()
Get 定时器名称- Returns:
- TimerName 定时器名称
-
setTimerName
public void setTimerName(String TimerName)
Set 定时器名称- Parameters:
TimerName- 定时器名称
-
-