public class ActionTimer extends AbstractModel
Constructor and Description |
---|
ActionTimer() |
Modifier and Type | Method and Description |
---|---|
String |
getActionTime()
Get Execution time, which must be at least 5 minutes later than the current time.
|
Externals |
getExternals()
Get Additional data
|
String |
getTimerAction()
Get Timer name.
|
void |
setActionTime(String ActionTime)
Set Execution time, which must be at least 5 minutes later than the current time.
|
void |
setExternals(Externals Externals)
Set Additional data
|
void |
setTimerAction(String TimerAction)
Set Timer name.
|
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 Externals getExternals()
public void setExternals(Externals Externals)
Externals
- Additional datapublic String getTimerAction()
public void setTimerAction(String TimerAction)
TimerAction
- Timer name. Currently `TerminateInstances` is the only supported value.public String getActionTime()
public void setActionTime(String ActionTime)
ActionTime
- Execution time, which must be at least 5 minutes later than the current time. For example, 2018-5-29 11:26:40.Copyright © 2020. All rights reserved.