public class ConstantParameter extends AbstractModel
| Constructor and Description | 
|---|
ConstantParameter()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDefaultValue()
Get Default value of constant parameter, which is used only if `ServiceType` is `HTTP`. 
 | 
String | 
getDesc()
Get Constant parameter description, which is used only if `ServiceType` is `HTTP`. 
 | 
String | 
getName()
Get Constant parameter name, which is used only if `ServiceType` is `HTTP`. 
 | 
String | 
getPosition()
Get Constant parameter position, which is used only if `ServiceType` is `HTTP`. 
 | 
void | 
setDefaultValue(String DefaultValue)
Set Default value of constant parameter, which is used only if `ServiceType` is `HTTP`. 
 | 
void | 
setDesc(String Desc)
Set Constant parameter description, which is used only if `ServiceType` is `HTTP`. 
 | 
void | 
setName(String Name)
Set Constant parameter name, which is used only if `ServiceType` is `HTTP`. 
 | 
void | 
setPosition(String Position)
Set Constant parameter position, which is used only if `ServiceType` is `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, toJsonStringpublic String getName()
public void setName(String Name)
Name - Constant parameter name, which is used only if `ServiceType` is `HTTP`.public String getDesc()
public void setDesc(String Desc)
Desc - Constant parameter description, which is used only if `ServiceType` is `HTTP`.public String getPosition()
public void setPosition(String Position)
Position - Constant parameter position, which is used only if `ServiceType` is `HTTP`.public String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue - Default value of constant parameter, which is used only if `ServiceType` is `HTTP`.Copyright © 2021. All rights reserved.