Uses of Class
com.vmware.nsx_policy.model.SourceFieldEvaluation.Builder
-
Packages that use SourceFieldEvaluation.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of SourceFieldEvaluation.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SourceFieldEvaluation.Builder Modifier and Type Method Description SourceFieldEvaluation.Builder
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
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
SourceFieldEvaluation.Builder. setOperator(java.lang.String operator)
Possible values are:SourceFieldEvaluation.OPERATOR_EQ
SourceFieldEvaluation.OPERATOR_NOT_EQ
Logical operator.
-