Class MlInfoResponse

  • All Implemented Interfaces:
    Validatable

    public class MlInfoResponse
    extends java.lang.Object
    implements Validatable
    • Field Summary

    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      static MlInfoResponse fromXContent​(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
    • 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:
        hashCode in class java.lang.Object
      • equals

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