java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.ExistsOperation

public class ExistsOperation extends QueryOperation
Represent $exists operation. When boolean is true, $exists matches the documents that contain the field. When boolean is false, the query returns only the documents that do not contain the field.
  • Constructor Details

    • ExistsOperation

      public ExistsOperation(String fieldName, Boolean bool)
  • Method Details

    • getFieldName

      public String getFieldName()
    • getBoolean

      public Boolean getBoolean()