public class ScheduledAction extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ScheduledAction()  | 
ScheduledAction(ScheduledAction 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 | 
|---|---|
Boolean | 
getScheduleStop()
Get Whether to stop the service on schedule. 
 | 
String | 
getScheduleStopTime()
Get Time to execute the scheduled stop. 
 | 
void | 
setScheduleStop(Boolean ScheduleStop)
Set Whether to stop the service on schedule. 
 | 
void | 
setScheduleStopTime(String ScheduleStopTime)
Set Time to execute the scheduled stop. 
 | 
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 ScheduledAction()
public ScheduledAction(ScheduledAction source)
public Boolean getScheduleStop()
public void setScheduleStop(Boolean ScheduleStop)
ScheduleStop - Whether to stop the service on schedule. Valid values: true and false. If the value is true, ScheduleStopTime is required. If the value is false, ScheduleStopTime does not take effect.public String getScheduleStopTime()
public void setScheduleStopTime(String ScheduleStopTime)
ScheduleStopTime - Time to execute the scheduled stop. Format: "2022-01-26T19:46:22+08:00".Copyright © 2025. All rights reserved.