Class DetectorMetadata

java.lang.Object
ai.nightfall.scan.model.DetectorMetadata

public class DetectorMetadata extends Object
A container for minimal information representing a detector. A detector may be uniquely identified by its UUID; the name field helps provide human-readability.
  • Constructor Details

    • DetectorMetadata

      public DetectorMetadata()
  • Method Details

    • getName

      public String getName()
      Get the detector name.
      Returns:
      the name of the detector
    • getUuid

      public UUID getUuid()
      Get the detector UUID.
      Returns:
      the ID that uniquely identifies this detector
    • toString

      public String toString()
      Overrides:
      toString in class Object