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 Index prefix
|
String |
getIndexSuffixMode()
Get DTS indexing configuration
|
String |
getIndexTemplateType()
Get ES template type
|
String |
getNetMode()
Get Network connection type
|
String |
getOutputMode()
Get DTS event configuration
|
String |
getRotationInterval()
Get ES log rotation interval
|
void |
setIndexPrefix(String IndexPrefix)
Set Index prefix
|
void |
setIndexSuffixMode(String IndexSuffixMode)
Set DTS indexing configuration
|
void |
setIndexTemplateType(String IndexTemplateType)
Set ES template type
|
void |
setNetMode(String NetMode)
Set Network connection type
|
void |
setOutputMode(String OutputMode)
Set DTS event configuration
|
void |
setRotationInterval(String RotationInterval)
Set ES log rotation interval
|
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
- Network connection typepublic String getIndexPrefix()
public void setIndexPrefix(String IndexPrefix)
IndexPrefix
- Index prefixpublic String getRotationInterval()
public void setRotationInterval(String RotationInterval)
RotationInterval
- ES log rotation intervalpublic String getOutputMode()
public void setOutputMode(String OutputMode)
OutputMode
- DTS event configurationpublic String getIndexSuffixMode()
public void setIndexSuffixMode(String IndexSuffixMode)
IndexSuffixMode
- DTS indexing configurationpublic String getIndexTemplateType()
public void setIndexTemplateType(String IndexTemplateType)
IndexTemplateType
- ES template typeCopyright © 2023. All rights reserved.