Class DefaultDetectorDescription

java.lang.Object
org.elasticsearch.client.ml.job.config.DefaultDetectorDescription

public final class DefaultDetectorDescription
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static void appendOn​(Detector detector, java.lang.StringBuilder sb)
    Appends to the given StringBuilder the default description for the given detector
    static java.lang.String of​(Detector detector)
    Returns the default description for the given detector

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • of

      public static java.lang.String of​(Detector detector)
      Returns the default description for the given detector
      Parameters:
      detector - the Detector for which a default description is requested
      Returns:
      the default description
    • appendOn

      public static void appendOn​(Detector detector, java.lang.StringBuilder sb)
      Appends to the given StringBuilder the default description for the given detector
      Parameters:
      detector - the Detector for which a default description is requested
      sb - the StringBuilder to append to