public class DataServiceResponseParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DataServiceResponseParam() | 
| DataServiceResponseParam(DataServiceResponseParam 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 | getBindField()Get 绑定字段
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDescription()Get 参数描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getExampleValue()Get 示例值
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getParamName()Get 参数名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getParamType()Get 参数类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBindField(String BindField)Set 绑定字段
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDescription(String Description)Set 参数描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setExampleValue(String ExampleValue)Set 示例值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setParamName(String ParamName)Set 参数名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setParamType(String ParamType)Set 参数类型
注意:此字段可能返回 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 DataServiceResponseParam()
public DataServiceResponseParam(DataServiceResponseParam source)
public String getParamName()
public void setParamName(String ParamName)
ParamName - 参数名称
注意:此字段可能返回 null,表示取不到有效值。public String getBindField()
public void setBindField(String BindField)
BindField - 绑定字段
注意:此字段可能返回 null,表示取不到有效值。public String getParamType()
public void setParamType(String ParamType)
ParamType - 参数类型
注意:此字段可能返回 null,表示取不到有效值。public String getExampleValue()
public void setExampleValue(String ExampleValue)
ExampleValue - 示例值
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description - 参数描述
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.