public class ServiceParameter extends AbstractModel
| Constructor and Description | 
|---|
| ServiceParameter() | 
| ServiceParameter(ServiceParameter 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 of API backend service parameter, which is used only if `ServiceType` is `HTTP`. | 
| String | getName()Get API backend service parameter name, which is used only if `ServiceType` is `HTTP`. | 
| String | getPosition()Get Position of API backend service parameter, such as `head`, which is used only if `ServiceType` is `HTTP`. | 
| String | getRelevantRequestParameterDesc()Get API backend service parameter remarks, which is used only if `ServiceType` is `HTTP`. | 
| String | getRelevantRequestParameterName()Get Name of the API frontend parameter corresponding to the backend service parameter, which is used only if `ServiceType` is `HTTP`. | 
| String | getRelevantRequestParameterPosition()Get Position of the API frontend parameter corresponding to the backend service parameter, such as `head`, which is used only if `ServiceType` is `HTTP`. | 
| String | getRelevantRequestParameterType()Get API backend service parameter type, which is used only if `ServiceType` is `HTTP`. | 
| void | setDefaultValue(String DefaultValue)Set Default value of API backend service parameter, which is used only if `ServiceType` is `HTTP`. | 
| void | setName(String Name)Set API backend service parameter name, which is used only if `ServiceType` is `HTTP`. | 
| void | setPosition(String Position)Set Position of API backend service parameter, such as `head`, which is used only if `ServiceType` is `HTTP`. | 
| void | setRelevantRequestParameterDesc(String RelevantRequestParameterDesc)Set API backend service parameter remarks, which is used only if `ServiceType` is `HTTP`. | 
| void | setRelevantRequestParameterName(String RelevantRequestParameterName)Set Name of the API frontend parameter corresponding to the backend service parameter, which is used only if `ServiceType` is `HTTP`. | 
| void | setRelevantRequestParameterPosition(String RelevantRequestParameterPosition)Set Position of the API frontend parameter corresponding to the backend service parameter, such as `head`, which is used only if `ServiceType` is `HTTP`. | 
| void | setRelevantRequestParameterType(String RelevantRequestParameterType)Set API backend service parameter type, 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 ServiceParameter()
public ServiceParameter(ServiceParameter source)
public String getName()
public void setName(String Name)
Name - API backend service parameter name, which is used only if `ServiceType` is `HTTP`. The frontend and backend parameter names can be different.
Note: this field may return null, indicating that no valid values can be obtained.public String getPosition()
public void setPosition(String Position)
Position - Position of API backend service parameter, such as `head`, which is used only if `ServiceType` is `HTTP`. The positions of frontend and backend parameters can be different.
Note: this field may return null, indicating that no valid values can be obtained.public String getRelevantRequestParameterPosition()
public void setRelevantRequestParameterPosition(String RelevantRequestParameterPosition)
RelevantRequestParameterPosition - Position of the API frontend parameter corresponding to the backend service parameter, such as `head`, which is used only if `ServiceType` is `HTTP`.
Note: this field may return null, indicating that no valid values can be obtained.public String getRelevantRequestParameterName()
public void setRelevantRequestParameterName(String RelevantRequestParameterName)
RelevantRequestParameterName - Name of the API frontend parameter corresponding to the backend service parameter, which is used only if `ServiceType` is `HTTP`.
Note: this field may return null, indicating that no valid values can be obtained.public String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue - Default value of API backend service parameter, which is used only if `ServiceType` is `HTTP`.
Note: this field may return null, indicating that no valid values can be obtained.public String getRelevantRequestParameterDesc()
public void setRelevantRequestParameterDesc(String RelevantRequestParameterDesc)
RelevantRequestParameterDesc - API backend service parameter remarks, which is used only if `ServiceType` is `HTTP`.
Note: this field may return null, indicating that no valid values can be obtained.public String getRelevantRequestParameterType()
public void setRelevantRequestParameterType(String RelevantRequestParameterType)
RelevantRequestParameterType - API backend service parameter type, which is used only if `ServiceType` is `HTTP`.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.