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
    boolean equals​(java.lang.Object obj)  
    static MlInfoResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.util.Map<java.lang.String,​java.lang.Object> getInfo()  
    int hashCode()  

    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 Details

    • getInfo

      public java.util.Map<java.lang.String,​java.lang.Object> getInfo()
    • fromXContent

      public static MlInfoResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object