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 是否要定时停止服务,true or false。true 则 ScheduleStopTime 必填, false 则 ScheduleStopTime 不生效 | 
| String | getScheduleStopTime()Get 要执行定时停止的时间,格式:“2022-01-26T19:46:22+08:00” | 
| void | setScheduleStop(Boolean ScheduleStop)Set 是否要定时停止服务,true or false。true 则 ScheduleStopTime 必填, false 则 ScheduleStopTime 不生效 | 
| void | setScheduleStopTime(String ScheduleStopTime)Set 要执行定时停止的时间,格式:“2022-01-26T19:46:22+08:00” | 
| 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 - 是否要定时停止服务,true or false。true 则 ScheduleStopTime 必填, false 则 ScheduleStopTime 不生效public String getScheduleStopTime()
public void setScheduleStopTime(String ScheduleStopTime)
ScheduleStopTime - 要执行定时停止的时间,格式:“2022-01-26T19:46:22+08:00”Copyright © 2025. All rights reserved.