Klasse EventRuleActionsCommonExtractionsInner

java.lang.Object
io.github.primelib.pagerduty4j.rest.model.EventRuleActionsCommonExtractionsInner

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class EventRuleActionsCommonExtractionsInner extends Object
EventRuleActionsCommonExtractionsInner
  • Felddetails

    • target

      protected String target
      The PD-CEF field that will be set with the value from the regex.
    • source

      protected String source
      The path to the event field where the regex will be applied to extract a value.
    • regex

      protected String regex
      A RE2 regular expression. If it contains one or more capture groups, their values will be extracted and appended together. If it contains no capture groups, the whole match is used.
    • template

      protected String template
      A value that will be used to populate the target PD-CEF field. You can include variables extracted from the payload by using string interpolation.
  • Konstruktordetails

    • EventRuleActionsCommonExtractionsInner

      public EventRuleActionsCommonExtractionsInner(Consumer<EventRuleActionsCommonExtractionsInner> spec)
      Constructs a validated instance of EventRuleActionsCommonExtractionsInner.
      Parameter:
      spec - the specification to process
    • EventRuleActionsCommonExtractionsInner

      @Internal public EventRuleActionsCommonExtractionsInner(String target, String source, String regex, String template)
      Constructs a validated instance of EventRuleActionsCommonExtractionsInner.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using EventRuleActionsCommonExtractionsInner(Consumer) instead.

      Parameter:
      target - The PD-CEF field that will be set with the value from the regex.
      source - The path to the event field where the regex will be applied to extract a value.
      regex - A RE2 regular expression. If it contains one or more capture groups, their values will be extracted and appended together. If it contains no capture groups, the whole match is used.
      template - A value that will be used to populate the target PD-CEF field. You can include variables extracted from the payload by using string interpolation.
    • EventRuleActionsCommonExtractionsInner

      protected EventRuleActionsCommonExtractionsInner()
  • Methodendetails

    • builder

    • target

      public String target()
      The PD-CEF field that will be set with the value from the regex.
    • source

      public String source()
      The path to the event field where the regex will be applied to extract a value.
    • regex

      public String regex()
      A RE2 regular expression. If it contains one or more capture groups, their values will be extracted and appended together. If it contains no capture groups, the whole match is used.
    • template

      public String template()
      A value that will be used to populate the target PD-CEF field. You can include variables extracted from the payload by using string interpolation.
    • target

      The PD-CEF field that will be set with the value from the regex.
      Gibt zurück:
      this.
    • source

      The path to the event field where the regex will be applied to extract a value.
      Gibt zurück:
      this.
    • regex

      A RE2 regular expression. If it contains one or more capture groups, their values will be extracted and appended together. If it contains no capture groups, the whole match is used.
      Gibt zurück:
      this.
    • template

      public EventRuleActionsCommonExtractionsInner template(String template)
      A value that will be used to populate the target PD-CEF field. You can include variables extracted from the payload by using string interpolation.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object