public class ConstantParameter extends AbstractModel
header, skipSign| 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 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDesc()Get 常量参数描述。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getName()Get 常量参数名称。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPosition()Get 常量参数位置。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDefaultValue(String DefaultValue)Set 常量参数默认值。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDesc(String Desc)Set 常量参数描述。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setName(String Name)Set 常量参数名称。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPosition(String Position)Set 常量参数位置。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 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, toJsonStringpublic ConstantParameter()
public ConstantParameter(ConstantParameter source)
public String getName()
public void setName(String Name)
Name - 常量参数名称。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。public String getDesc()
public void setDesc(String Desc)
Desc - 常量参数描述。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。public String getPosition()
public void setPosition(String Position)
Position - 常量参数位置。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。public String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue - 常量参数默认值。只有 ServiceType 是 HTTP 才会用到此参数。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.