public class ProdSchedulerTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProdSchedulerTask() |
ProdSchedulerTask(ProdSchedulerTask 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 |
getCycleType()
Get Production Scheduling Task Type
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskId()
Get Production Scheduling Task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskName()
Get Production Scheduling Task Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getWorkflowId()
Get Production Scheduling Task Workflow ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCycleType(Long CycleType)
Set Production Scheduling Task Type
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskId(String TaskId)
Set Production Scheduling Task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskName(String TaskName)
Set Production Scheduling Task Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setWorkflowId(String WorkflowId)
Set Production Scheduling Task Workflow ID
Note: This field may return null, indicating that no valid value can be obtained.
|
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 ProdSchedulerTask()
public ProdSchedulerTask(ProdSchedulerTask source)
public String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId
- Production Scheduling Task Workflow ID
Note: This field may return null, indicating that no valid value can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Production Scheduling Task ID
Note: This field may return null, indicating that no valid value can be obtained.public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Production Scheduling Task Name
Note: This field may return null, indicating that no valid value can be obtained.public Long getCycleType()
public void setCycleType(Long CycleType)
CycleType
- Production Scheduling Task Type
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.