public class CreateOfflineTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOfflineTaskRequest() |
CreateOfflineTaskRequest(CreateOfflineTaskRequest 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 |
---|---|
Long |
getCycleStep()
Get Interval, optional, default is 1.
|
Long |
getDelayTime()
Get Delayed Execution Time, in minutes
|
String |
getEndTime()
Get Task End Data Time.
|
String |
getNotes()
Get Remarks
|
String |
getProjectId()
Get Project ID
|
String |
getStartTime()
Get Current date
|
String |
getTaskAction()
Get Time Specification, for monthly tasks specify days like 1,3, then enter 1,3.
|
String |
getTaskMode()
Get Distinguish between canvas and form
|
String |
getTaskName()
Get Task Name
|
Long |
getTypeId()
Get Keep it consistent with the previous call to the scheduling interface 27
|
void |
setCycleStep(Long CycleStep)
Set Interval, optional, default is 1.
|
void |
setDelayTime(Long DelayTime)
Set Delayed Execution Time, in minutes
|
void |
setEndTime(String EndTime)
Set Task End Data Time.
|
void |
setNotes(String Notes)
Set Remarks
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setStartTime(String StartTime)
Set Current date
|
void |
setTaskAction(String TaskAction)
Set Time Specification, for monthly tasks specify days like 1,3, then enter 1,3.
|
void |
setTaskMode(String TaskMode)
Set Distinguish between canvas and form
|
void |
setTaskName(String TaskName)
Set Task Name
|
void |
setTypeId(Long TypeId)
Set Keep it consistent with the previous call to the scheduling interface 27
|
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 CreateOfflineTaskRequest()
public CreateOfflineTaskRequest(CreateOfflineTaskRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Long getCycleStep()
public void setCycleStep(Long CycleStep)
CycleStep
- Interval, optional, default is 1. Not null. Default is 1public Long getDelayTime()
public void setDelayTime(Long DelayTime)
DelayTime
- Delayed Execution Time, in minutespublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Task End Data Time. Not Empty. Default to Current Timepublic String getNotes()
public void setNotes(String Notes)
Notes
- Remarkspublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Current datepublic String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Task Namepublic Long getTypeId()
public void setTypeId(Long TypeId)
TypeId
- Keep it consistent with the previous call to the scheduling interface 27public String getTaskAction()
public void setTaskAction(String TaskAction)
TaskAction
- Time Specification, for monthly tasks specify days like 1,3, then enter 1,3. Not Empty. Default "" Monthly Task: For specific days like "1,3", specifying the end of the month cannot be combined with specific dates, can only be "L"public String getTaskMode()
public void setTaskMode(String TaskMode)
TaskMode
- Distinguish between canvas and formCopyright © 2024. All rights reserved.