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

public class ModOperation extends QueryOperation
Represent $mod operation. Select documents where the value of a field divided by a divisor has the specified remainder.
  • Constructor Details

    • ModOperation

      public ModOperation(String fieldName, Long divisor, Long remainder)
  • Method Details

    • getFieldName

      public String getFieldName()
    • getDivisor

      public Long getDivisor()
    • getRemainder

      public Long getRemainder()