java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.Criterion
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.WqlCriterion
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WbemCriterion, WmiCriterion

public abstract class WqlCriterion extends Criterion
An abstract class representing a WQL (Windows Management Instrumentation Query Language) criterion, extending the base criterion class. It includes fields for the WQL query, namespace, expected result, and error message.
See Also:
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copy

      public abstract WqlCriterion copy()
      Creates a copy of the WqlCriterion instance.
      Returns:
      A new instance of the WqlCriterion with the same attributes.