Package org.elasticsearch.client.ml
Class MlInfoResponse
- java.lang.Object
-
- org.elasticsearch.client.ml.MlInfoResponse
-
- All Implemented Interfaces:
Validatable
public class MlInfoResponse extends java.lang.Object implements Validatable
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static MlInfoResponsefromXContent(XContentParser parser)java.util.Map<java.lang.String,java.lang.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
-
getInfo
public java.util.Map<java.lang.String,java.lang.Object> getInfo()
-
fromXContent
public static MlInfoResponse fromXContent(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-