public class SourceFieldInfo extends AbstractModel
Constructor and Description |
---|
SourceFieldInfo() |
SourceFieldInfo(SourceFieldInfo 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 |
getAlias()
Get 字段别名
|
String |
getFieldName()
Get 字段名称
|
String |
getFieldType()
Get 字段类型
|
void |
setAlias(String Alias)
Set 字段别名
|
void |
setFieldName(String FieldName)
Set 字段名称
|
void |
setFieldType(String FieldType)
Set 字段类型
|
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, toJsonString
public SourceFieldInfo()
public SourceFieldInfo(SourceFieldInfo source)
public String getFieldName()
public void setFieldName(String FieldName)
FieldName
- 字段名称public String getFieldType()
public void setFieldType(String FieldType)
FieldType
- 字段类型public String getAlias()
public void setAlias(String Alias)
Alias
- 字段别名Copyright © 2023. All rights reserved.