public class CreateSparkAppTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateSparkAppTaskRequest() | 
| CreateSparkAppTaskRequest(CreateSparkAppTaskRequest 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 | 
|---|---|
| String | getCmdArgs()Get spark作业程序入参,以空格分隔;一般用于周期性调用使用 | 
| String | getJobName()Get spark作业名 | 
| KVPair[] | getSourceInfo()Get 任务来源信息 | 
| void | setCmdArgs(String CmdArgs)Set spark作业程序入参,以空格分隔;一般用于周期性调用使用 | 
| void | setJobName(String JobName)Set spark作业名 | 
| void | setSourceInfo(KVPair[] SourceInfo)Set 任务来源信息 | 
| 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 CreateSparkAppTaskRequest()
public CreateSparkAppTaskRequest(CreateSparkAppTaskRequest source)
public String getJobName()
public void setJobName(String JobName)
JobName - spark作业名public String getCmdArgs()
public void setCmdArgs(String CmdArgs)
CmdArgs - spark作业程序入参,以空格分隔;一般用于周期性调用使用public KVPair[] getSourceInfo()
public void setSourceInfo(KVPair[] SourceInfo)
SourceInfo - 任务来源信息Copyright © 2025. All rights reserved.