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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringA RE2 regular expression.protected StringThe path to the event field where the regex will be applied to extract a value.protected StringThe PD-CEF field that will be set with the value from the regex.protected StringA value that will be used to populate the target PD-CEF field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedEventRuleActionsCommonExtractionsInner(String target, String source, String regex, String template) Constructs a validated instance ofEventRuleActionsCommonExtractionsInner.Constructs a validated instance ofEventRuleActionsCommonExtractionsInner. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()regex()A RE2 regular expression.A RE2 regular expression.source()The path to the event field where the regex will be applied to extract a value.The path to the event field where the regex will be applied to extract a value.target()The PD-CEF field that will be set with the value from the regex.The PD-CEF field that will be set with the value from the regex.template()A value that will be used to populate the target PD-CEF field.A value that will be used to populate the target PD-CEF field.toString()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
EventRuleActionsCommonExtractionsInner
public EventRuleActionsCommonExtractionsInner(Consumer<EventRuleActionsCommonExtractionsInner> spec) Constructs a validated instance ofEventRuleActionsCommonExtractionsInner.- Parameter:
spec- the specification to process
-
EventRuleActionsCommonExtractionsInner
@Internal public EventRuleActionsCommonExtractionsInner(String target, String source, String regex, String template) Constructs a validated instance ofEventRuleActionsCommonExtractionsInner.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
public static EventRuleActionsCommonExtractionsInner.EventRuleActionsCommonExtractionsInnerBuilder builder() -
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. -
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
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-