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 Default value
Note: This field may return null, indicating that no valid value is found. 
 | 
String | 
getDescription()
Get Description
Note: This field may return null, indicating that no valid value is found. 
 | 
String | 
getParameterKey()
Get Parameter key
Note: This field may return null, indicating that no valid value is found. 
 | 
String | 
getType()
Get Parameter type. 
 | 
String | 
getValueType()
Get Value type. 
 | 
void | 
setDefaultValue(String DefaultValue)
Set Default value
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
setDescription(String Description)
Set Description
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
setParameterKey(String ParameterKey)
Set Parameter key
Note: This field may return null, indicating that no valid value is found. 
 | 
void | 
setType(String Type)
Set Parameter type. 
 | 
void | 
setValueType(String ValueType)
Set Value type. 
 | 
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 InputParameterForManage()
public InputParameterForManage(InputParameterForManage source)
public String getValueType()
public void setValueType(String ValueType)
ValueType - Value type. Integer: Integer, String: String.
Note: This field may return null, indicating that no valid value is found.public String getParameterKey()
public void setParameterKey(String ParameterKey)
ParameterKey - Parameter key
Note: This field may return null, indicating that no valid value is found.public String getType()
public void setType(String Type)
Type - Parameter type. Required type: Required, Optional type: Optional.
Note: This field may return null, indicating that no valid value is found.public String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue - Default value
Note: This field may return null, indicating that no valid value is found.public String getDescription()
public void setDescription(String Description)
Description - Description
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.