public class TaskSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskSettings() |
TaskSettings(TaskSettings 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 |
getEditable()
Get 是否可编辑,”true" "false"
|
String |
getKey()
Get 参数唯一标记
|
String |
getName()
Get 参数名称
|
String |
getValue()
Get 参数值
|
void |
setEditable(String Editable)
Set 是否可编辑,”true" "false"
|
void |
setKey(String Key)
Set 参数唯一标记
|
void |
setName(String Name)
Set 参数名称
|
void |
setValue(String Value)
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, toJsonString
public TaskSettings()
public TaskSettings(TaskSettings source)
public String getName()
public void setName(String Name)
Name
- 参数名称public String getValue()
public void setValue(String Value)
Value
- 参数值public String getKey()
public void setKey(String Key)
Key
- 参数唯一标记public String getEditable()
public void setEditable(String Editable)
Editable
- 是否可编辑,”true" "false"Copyright © 2025. All rights reserved.