public class ActionTimer extends AbstractModel
header, skipSign
Constructor and Description |
---|
ActionTimer() |
ActionTimer(ActionTimer 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 |
getActionTime()
Get Action time, which follows the ISO8601 standard and uses UTC time.
|
String |
getActionTimerId()
Get Timer ID.
|
Externals |
getExternals()
Get Extended data
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get Instance ID corresponding to a timer.
|
String |
getStatus()
Get Timer status.
|
String |
getTimerAction()
Get Timer action.
|
void |
setActionTime(String ActionTime)
Set Action time, which follows the ISO8601 standard and uses UTC time.
|
void |
setActionTimerId(String ActionTimerId)
Set Timer ID.
|
void |
setExternals(Externals Externals)
Set Extended data
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set Instance ID corresponding to a timer.
|
void |
setStatus(String Status)
Set Timer status.
|
void |
setTimerAction(String TimerAction)
Set Timer action.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ActionTimer()
public ActionTimer(ActionTimer source)
public String getTimerAction()
public void setTimerAction(String TimerAction)
TimerAction
- Timer action. Valid value: `TerminateInstances`.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getActionTime()
public void setActionTime(String ActionTime)
ActionTime
- Action time, which follows the ISO8601 standard and uses UTC time. It must be 5 minutes later than the current time. Format: YYYY-MM-DDThh:mm:ssZ. For example: 2018-05-29T11:26:40Z.
Note: This field may return `null`, indicating that no valid values can be obtained.public Externals getExternals()
public void setExternals(Externals Externals)
Externals
- Extended data
Note: This field may return `null`, indicating that no valid values can be obtained.public String getActionTimerId()
public void setActionTimerId(String ActionTimerId)
ActionTimerId
- Timer ID.public String getStatus()
public void setStatus(String Status)
Status
- Timer status. Valid values:
UNDO: Not triggered.
DOING: Triggering.
DONE: Triggered already.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID corresponding to a timer.Copyright © 2025. All rights reserved.