public class ExportPropertyMap extends AbstractModel
Constructor and Description |
---|
ExportPropertyMap() |
ExportPropertyMap(ExportPropertyMap 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 |
getColumnName()
Get 用户属性映射名称
|
String |
getUserPropertyCode()
Get 用户属性code
|
void |
setColumnName(String ColumnName)
Set 用户属性映射名称
|
void |
setUserPropertyCode(String UserPropertyCode)
Set 用户属性code
|
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 ExportPropertyMap()
public ExportPropertyMap(ExportPropertyMap source)
public String getUserPropertyCode()
public void setUserPropertyCode(String UserPropertyCode)
UserPropertyCode
- 用户属性codepublic String getColumnName()
public void setColumnName(String ColumnName)
ColumnName
- 用户属性映射名称Copyright © 2022. All rights reserved.