Class DeliveryKafkaInfo

    • 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,表示取不到有效值。