public class ScfParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScfParam() |
ScfParam(ScfParam 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 |
getKey()
Get 参数Key
|
String |
getName()
Get 参数描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 参数类型 1用户输入 2预设参数 3表单参数
|
String[] |
getValues()
Get 参数值
|
void |
setKey(String Key)
Set 参数Key
|
void |
setName(String Name)
Set 参数描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 参数类型 1用户输入 2预设参数 3表单参数
|
void |
setValues(String[] Values)
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 ScfParam()
public ScfParam(ScfParam source)
public String getKey()
public void setKey(String Key)
Key
- 参数Keypublic Long getType()
public void setType(Long Type)
Type
- 参数类型 1用户输入 2预设参数 3表单参数public String[] getValues()
public void setValues(String[] Values)
Values
- 参数值public String getName()
public void setName(String Name)
Name
- 参数描述
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.