public class ConstantParameter extends AbstractModel
Constructor and Description |
---|
ConstantParameter() |
ConstantParameter(ConstantParameter 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 常量参数默认值。只有 ServiceType 是 HTTP 才会用到此参数。
|
String |
getDesc()
Get 常量参数描述。只有 ServiceType 是 HTTP 才会用到此参数。
|
String |
getName()
Get 常量参数名称。只有 ServiceType 是 HTTP 才会用到此参数。
|
String |
getPosition()
Get 常量参数位置。只有 ServiceType 是 HTTP 才会用到此参数。
|
void |
setDefaultValue(String DefaultValue)
Set 常量参数默认值。只有 ServiceType 是 HTTP 才会用到此参数。
|
void |
setDesc(String Desc)
Set 常量参数描述。只有 ServiceType 是 HTTP 才会用到此参数。
|
void |
setName(String Name)
Set 常量参数名称。只有 ServiceType 是 HTTP 才会用到此参数。
|
void |
setPosition(String Position)
Set 常量参数位置。只有 ServiceType 是 HTTP 才会用到此参数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ConstantParameter()
public ConstantParameter(ConstantParameter source)
public String getName()
public void setName(String Name)
Name
- 常量参数名称。只有 ServiceType 是 HTTP 才会用到此参数。public String getDesc()
public void setDesc(String Desc)
Desc
- 常量参数描述。只有 ServiceType 是 HTTP 才会用到此参数。public String getPosition()
public void setPosition(String Position)
Position
- 常量参数位置。只有 ServiceType 是 HTTP 才会用到此参数。public String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue
- 常量参数默认值。只有 ServiceType 是 HTTP 才会用到此参数。Copyright © 2022. All rights reserved.