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 If is debug mode. 
 | 
String | 
getJobOwner()
Get Job initiator. 
 | 
String | 
getNote()
Get Note. 
 | 
String | 
getProjectId()
Get Project ID. 
 | 
String | 
getScenarioId()
Get Scenario ID. 
 | 
void | 
setDebug(Boolean Debug)
Set If is debug mode. 
 | 
void | 
setJobOwner(String JobOwner)
Set Job initiator. 
 | 
void | 
setNote(String Note)
Set Note. 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID. 
 | 
void | 
setScenarioId(String ScenarioId)
Set Scenario 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, toJsonStringpublic StartJobRequest()
public StartJobRequest(StartJobRequest source)
public String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId - Scenario ID.public String getJobOwner()
public void setJobOwner(String JobOwner)
JobOwner - Job initiator.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.public Boolean getDebug()
public void setDebug(Boolean Debug)
Debug - If is debug mode.public String getNote()
public void setNote(String Note)
Note - Note.Copyright © 2025. All rights reserved.