public class ResultColumn extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResultColumn() | 
| ResultColumn(ResultColumn 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 | getComment()Get 备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| LogicalType | getLogicalType()Get 本地类型描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getName()Get 名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setComment(String Comment)Set 备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLogicalType(LogicalType LogicalType)Set 本地类型描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setName(String Name)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 ResultColumn()
public ResultColumn(ResultColumn source)
public String getName()
public void setName(String Name)
Name - 名称
注意:此字段可能返回 null,表示取不到有效值。public LogicalType getLogicalType()
public void setLogicalType(LogicalType LogicalType)
LogicalType - 本地类型描述
注意:此字段可能返回 null,表示取不到有效值。public String getComment()
public void setComment(String Comment)
Comment - 备注
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.