public class InputParameterForManage extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputParameterForManage() |
InputParameterForManage(InputParameterForManage 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 |
getDefaultValue()
Get 默认值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParameterKey()
Get 参数Key
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 参数类型。必填类型:Require,可选类型:Optional。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValueType()
Get 值类型。数值:Integer, 字符串:String
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDefaultValue(String DefaultValue)
Set 默认值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParameterKey(String ParameterKey)
Set 参数Key
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 参数类型。必填类型:Require,可选类型:Optional。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValueType(String ValueType)
Set 值类型。数值:Integer, 字符串:String
注意:此字段可能返回 null,表示取不到有效值。
|
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 InputParameterForManage()
public InputParameterForManage(InputParameterForManage source)
public String getValueType()
public void setValueType(String ValueType)
ValueType
- 值类型。数值:Integer, 字符串:String
注意:此字段可能返回 null,表示取不到有效值。public String getParameterKey()
public void setParameterKey(String ParameterKey)
ParameterKey
- 参数Key
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 参数类型。必填类型:Require,可选类型:Optional。
注意:此字段可能返回 null,表示取不到有效值。public String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue
- 默认值
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 描述
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.