public class DeliveryKafkaInfo extends AbstractModel
header, skipSign| 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 自定义的分行值 | 
| String | getLineRule()Get default,默认换行符分行
time,按时间分行
custom, 选了custom那么CustomRule就要填入具体的自定义值 | 
| String[] | getPath()Get 采集日志的path | 
| String | getTopic()Get 投递kafka的topic | 
| void | setCustomRule(String CustomRule)Set 自定义的分行值 | 
| void | setLineRule(String LineRule)Set default,默认换行符分行
time,按时间分行
custom, 选了custom那么CustomRule就要填入具体的自定义值 | 
| void | setPath(String[] Path)Set 采集日志的path | 
| void | setTopic(String Topic)Set 投递kafka的topic | 
| 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 DeliveryKafkaInfo()
public DeliveryKafkaInfo(DeliveryKafkaInfo source)
public String getTopic()
public void setTopic(String Topic)
Topic - 投递kafka的topicpublic String[] getPath()
public void setPath(String[] Path)
Path - 采集日志的pathpublic String getLineRule()
public void setLineRule(String LineRule)
LineRule - default,默认换行符分行
time,按时间分行
custom, 选了custom那么CustomRule就要填入具体的自定义值public String getCustomRule()
public void setCustomRule(String CustomRule)
CustomRule - 自定义的分行值Copyright © 2025. All rights reserved.