public class GeneralTaskParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
GeneralTaskParam() |
GeneralTaskParam(GeneralTaskParam 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 |
getType()
Get Common Task Parameter Type, for example: SPARK_SQL
|
String |
getValue()
Get Common Task Parameter Content, parameters that directly apply to the task.
|
void |
setType(String Type)
Set Common Task Parameter Type, for example: SPARK_SQL
|
void |
setValue(String Value)
Set Common Task Parameter Content, parameters that directly apply to the task.
|
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 GeneralTaskParam()
public GeneralTaskParam(GeneralTaskParam source)
public String getType()
public void setType(String Type)
Type
- Common Task Parameter Type, for example: SPARK_SQLpublic String getValue()
public void setValue(String Value)
Value
- Common Task Parameter Content, parameters that directly apply to the task. Separate different parameters with;
SplitCopyright © 2024. All rights reserved.