Class DeliveryKafkaInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DeliveryKafkaInfo
-
public class DeliveryKafkaInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomRule()Get 自定义的分行值 注意:此字段可能返回 null,表示取不到有效值。StringgetLineRule()Get default,默认换行符分行 time,按时间分行 custom, 选了custom那么CustomRule就要填入具体的自定义值 注意:此字段可能返回 null,表示取不到有效值。String[]getPath()Get 采集日志的path 注意:此字段可能返回 null,表示取不到有效值。StringgetTopic()Get 投递kafka的topic 注意:此字段可能返回 null,表示取不到有效值。voidsetCustomRule(String CustomRule)Set 自定义的分行值 注意:此字段可能返回 null,表示取不到有效值。voidsetLineRule(String LineRule)Set default,默认换行符分行 time,按时间分行 custom, 选了custom那么CustomRule就要填入具体的自定义值 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String[] Path)Set 采集日志的path 注意:此字段可能返回 null,表示取不到有效值。voidsetTopic(String Topic)Set 投递kafka的topic 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeliveryKafkaInfo
public DeliveryKafkaInfo()
-
DeliveryKafkaInfo
public 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.
-
-
Method Detail
-
getTopic
public String getTopic()
Get 投递kafka的topic 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Topic 投递kafka的topic 注意:此字段可能返回 null,表示取不到有效值。
-
setTopic
public void setTopic(String Topic)
Set 投递kafka的topic 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Topic- 投递kafka的topic 注意:此字段可能返回 null,表示取不到有效值。
-
getPath
public String[] getPath()
Get 采集日志的path 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path 采集日志的path 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String[] Path)
Set 采集日志的path 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- 采集日志的path 注意:此字段可能返回 null,表示取不到有效值。
-
getLineRule
public String getLineRule()
Get default,默认换行符分行 time,按时间分行 custom, 选了custom那么CustomRule就要填入具体的自定义值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LineRule default,默认换行符分行 time,按时间分行 custom, 选了custom那么CustomRule就要填入具体的自定义值 注意:此字段可能返回 null,表示取不到有效值。
-
setLineRule
public void setLineRule(String LineRule)
Set default,默认换行符分行 time,按时间分行 custom, 选了custom那么CustomRule就要填入具体的自定义值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LineRule- default,默认换行符分行 time,按时间分行 custom, 选了custom那么CustomRule就要填入具体的自定义值 注意:此字段可能返回 null,表示取不到有效值。
-
getCustomRule
public String getCustomRule()
Get 自定义的分行值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CustomRule 自定义的分行值 注意:此字段可能返回 null,表示取不到有效值。
-
setCustomRule
public void setCustomRule(String CustomRule)
Set 自定义的分行值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CustomRule- 自定义的分行值 注意:此字段可能返回 null,表示取不到有效值。
-
-