public class ESTargetParams extends AbstractModel
Constructor and Description |
---|
ESTargetParams() |
ESTargetParams(ESTargetParams 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 |
getIndexPrefix()
Get 索引前缀
|
String |
getIndexSuffixMode()
Get DTS索引配置
|
String |
getIndexTemplateType()
Get es模版类型
|
String |
getNetMode()
Get 网络连接类型
|
String |
getOutputMode()
Get DTS事件配置
|
String |
getRotationInterval()
Get es日志轮换粒度
|
void |
setIndexPrefix(String IndexPrefix)
Set 索引前缀
|
void |
setIndexSuffixMode(String IndexSuffixMode)
Set DTS索引配置
|
void |
setIndexTemplateType(String IndexTemplateType)
Set es模版类型
|
void |
setNetMode(String NetMode)
Set 网络连接类型
|
void |
setOutputMode(String OutputMode)
Set DTS事件配置
|
void |
setRotationInterval(String RotationInterval)
Set es日志轮换粒度
|
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 ESTargetParams()
public ESTargetParams(ESTargetParams source)
public String getNetMode()
public void setNetMode(String NetMode)
NetMode
- 网络连接类型public String getIndexPrefix()
public void setIndexPrefix(String IndexPrefix)
IndexPrefix
- 索引前缀public String getRotationInterval()
public void setRotationInterval(String RotationInterval)
RotationInterval
- es日志轮换粒度public String getOutputMode()
public void setOutputMode(String OutputMode)
OutputMode
- DTS事件配置public String getIndexSuffixMode()
public void setIndexSuffixMode(String IndexSuffixMode)
IndexSuffixMode
- DTS索引配置public String getIndexTemplateType()
public void setIndexTemplateType(String IndexTemplateType)
IndexTemplateType
- es模版类型Copyright © 2022. All rights reserved.