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