All Implemented Interfaces:
Serializable

public class WbemCriterion extends WqlCriterion
Represents a detection criterion based on Wbem queries. Extends the abstract class WqlCriterion and inherits from Criterion.
See Also:
  • Constructor Details

    • WbemCriterion

      public WbemCriterion(String type, boolean forceSerialization, @NonNull @NonNull String query, String namespace, String expectedResult, String errorMessage)
      Constructs a new WbemCriterion instance using the provided parameters.
      Parameters:
      type - The type of the criterion.
      forceSerialization - Flag indicating whether serialization should be forced.
      query - The Wbem query for the criterion.
      namespace - The namespace for the Wbem query.
      expectedResult - The expected result of the criterion.
      errorMessage - The error message associated with the criterion.
  • Method Details