Package org.elasticsearch.client.ml
Class MlInfoResponse
- java.lang.Object
-
- org.elasticsearch.client.ml.MlInfoResponse
-
- All Implemented Interfaces:
Validatable
public class MlInfoResponse extends Object implements Validatable
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static MlInfoResponsefromXContent(XContentParser parser)Map<String,Object>getInfo()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.client.Validatable
validate
-
-
-
-
Method Detail
-
fromXContent
public static MlInfoResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-