public class EsRecordMapping extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EsRecordMapping() | 
| EsRecordMapping(EsRecordMapping 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 es 索引成员名称 | 
| String | getJsonKey()Get 消息字段名称 | 
| void | setColumnName(String ColumnName)Set es 索引成员名称 | 
| void | setJsonKey(String JsonKey)Set 消息字段名称 | 
| 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 EsRecordMapping()
public EsRecordMapping(EsRecordMapping source)
public String getColumnName()
public void setColumnName(String ColumnName)
ColumnName - es 索引成员名称public String getJsonKey()
public void setJsonKey(String JsonKey)
JsonKey - 消息字段名称Copyright © 2025. All rights reserved.