public class ESTargetParams extends AbstractModel
header, skipSign
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 索引前缀
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIndexSuffixMode()
Get DTS索引配置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIndexTemplateType()
Get es模版类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNetMode()
Get 网络连接类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOutputMode()
Get DTS事件配置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRotationInterval()
Get es日志轮换粒度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndexPrefix(String IndexPrefix)
Set 索引前缀
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndexSuffixMode(String IndexSuffixMode)
Set DTS索引配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndexTemplateType(String IndexTemplateType)
Set es模版类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNetMode(String NetMode)
Set 网络连接类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOutputMode(String OutputMode)
Set DTS事件配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRotationInterval(String RotationInterval)
Set es日志轮换粒度
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ESTargetParams()
public ESTargetParams(ESTargetParams source)
public String getNetMode()
public void setNetMode(String NetMode)
NetMode
- 网络连接类型
注意:此字段可能返回 null,表示取不到有效值。public String getIndexPrefix()
public void setIndexPrefix(String IndexPrefix)
IndexPrefix
- 索引前缀
注意:此字段可能返回 null,表示取不到有效值。public String getRotationInterval()
public void setRotationInterval(String RotationInterval)
RotationInterval
- es日志轮换粒度
注意:此字段可能返回 null,表示取不到有效值。public String getOutputMode()
public void setOutputMode(String OutputMode)
OutputMode
- DTS事件配置
注意:此字段可能返回 null,表示取不到有效值。public String getIndexSuffixMode()
public void setIndexSuffixMode(String IndexSuffixMode)
IndexSuffixMode
- DTS索引配置
注意:此字段可能返回 null,表示取不到有效值。public String getIndexTemplateType()
public void setIndexTemplateType(String IndexTemplateType)
IndexTemplateType
- es模版类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.