public static final class SourceFieldEvaluation.Builder
extends java.lang.Object
SourceFieldEvaluation
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
SourceFieldEvaluation . |
Modifier and Type | Method and Description |
---|---|
SourceFieldEvaluation |
build() |
SourceFieldEvaluation.Builder |
setExpected(java.util.List<java.lang.String> expected)
Expected values necessary to apply the specified operation on the source field
value.
|
SourceFieldEvaluation.Builder |
setFieldPointer(java.lang.String fieldPointer)
Field in the form of a pointer, describing the location of the attribute within
the source of the event.
|
SourceFieldEvaluation.Builder |
setOperator(java.lang.String operator)
Possible values are:
SourceFieldEvaluation.OPERATOR_EQ SourceFieldEvaluation.OPERATOR_NOT_EQ
Logical operator. |
public Builder()
SourceFieldEvaluation
.public SourceFieldEvaluation.Builder setExpected(java.util.List<java.lang.String> expected)
expected
- New value for the property.public SourceFieldEvaluation.Builder setFieldPointer(java.lang.String fieldPointer)
fieldPointer
- New value for the property.public SourceFieldEvaluation.Builder setOperator(java.lang.String operator)
operator
- New value for the property.public SourceFieldEvaluation build()