Class JobUpdate.DetectorUpdate

    • Constructor Detail

      • DetectorUpdate

        public DetectorUpdate​(int detectorIndex,
                              java.lang.String description,
                              java.util.List<DetectionRule> rules)
        A detector update to apply to the Machine Learning Job
        Parameters:
        detectorIndex - The identifier of the detector to update.
        description - The new description for the detector.
        rules - The new list of rules for the detector.
    • Method Detail

      • getDetectorIndex

        public int getDetectorIndex()
      • getDescription

        public java.lang.String getDescription()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object