public class StartJobRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
StartJobRequest() |
StartJobRequest(StartJobRequest 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 |
getDebug()
Get 是否调试
|
String |
getJobOwner()
Get 任务发起人
|
String |
getNote()
Get 备注
|
String |
getProjectId()
Get 项目ID
|
String |
getScenarioId()
Get 场景ID
|
void |
setDebug(Boolean Debug)
Set 是否调试
|
void |
setJobOwner(String JobOwner)
Set 任务发起人
|
void |
setNote(String Note)
Set 备注
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setScenarioId(String ScenarioId)
Set 场景ID
|
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, toJsonString
public StartJobRequest()
public StartJobRequest(StartJobRequest source)
public String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId
- 场景IDpublic String getJobOwner()
public void setJobOwner(String JobOwner)
JobOwner
- 任务发起人public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic Boolean getDebug()
public void setDebug(Boolean Debug)
Debug
- 是否调试public String getNote()
public void setNote(String Note)
Note
- 备注Copyright © 2024. All rights reserved.