Class DefaultDetectorDescription
- java.lang.Object
-
- org.elasticsearch.client.ml.job.config.DefaultDetectorDescription
-
public final class DefaultDetectorDescription extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidappendOn(Detector detector, StringBuilder sb)Appends to the givenStringBuilderthe default description for the givendetectorstatic Stringof(Detector detector)Returns the default description for the givendetector
-
-
-
Method Detail
-
of
public static String of(Detector detector)
Returns the default description for the givendetector- Parameters:
detector- theDetectorfor which a default description is requested- Returns:
- the default description
-
appendOn
public static void appendOn(Detector detector, StringBuilder sb)
Appends to the givenStringBuilderthe default description for the givendetector- Parameters:
detector- theDetectorfor which a default description is requestedsb- theStringBuilderto append to
-
-