public class DeliveryKafkaInfo extends AbstractModel
Constructor and Description |
---|
DeliveryKafkaInfo() |
DeliveryKafkaInfo(DeliveryKafkaInfo 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 |
getCustomRule()
Get 自定义的分行值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLineRule()
Get default,默认换行符分行
time,按时间分行
custom, 选了custom那么CustomRule就要填入具体的自定义值
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getPath()
Get 采集日志的path
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTopic()
Get 投递kafka的topic
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCustomRule(String CustomRule)
Set 自定义的分行值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLineRule(String LineRule)
Set default,默认换行符分行
time,按时间分行
custom, 选了custom那么CustomRule就要填入具体的自定义值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPath(String[] Path)
Set 采集日志的path
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopic(String Topic)
Set 投递kafka的topic
注意:此字段可能返回 null,表示取不到有效值。
|
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 DeliveryKafkaInfo()
public DeliveryKafkaInfo(DeliveryKafkaInfo source)
public String getTopic()
public void setTopic(String Topic)
Topic
- 投递kafka的topic
注意:此字段可能返回 null,表示取不到有效值。public String[] getPath()
public void setPath(String[] Path)
Path
- 采集日志的path
注意:此字段可能返回 null,表示取不到有效值。public String getLineRule()
public void setLineRule(String LineRule)
LineRule
- default,默认换行符分行
time,按时间分行
custom, 选了custom那么CustomRule就要填入具体的自定义值
注意:此字段可能返回 null,表示取不到有效值。public String getCustomRule()
public void setCustomRule(String CustomRule)
CustomRule
- 自定义的分行值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.