java.lang.Object
org.elasticsearch.xpack.core.ml.job.results.GeoResults
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class GeoResults extends Object implements org.elasticsearch.xcontent.ToXContentObject, Writeable
  • Field Details

    • GEO_RESULTS

      public static final org.elasticsearch.xcontent.ParseField GEO_RESULTS
    • TYPICAL_POINT

      public static final org.elasticsearch.xcontent.ParseField TYPICAL_POINT
    • ACTUAL_POINT

      public static final org.elasticsearch.xcontent.ParseField ACTUAL_POINT
    • STRICT_PARSER

      public static final org.elasticsearch.xcontent.ObjectParser<GeoResults,Void> STRICT_PARSER
    • LENIENT_PARSER

      public static final org.elasticsearch.xcontent.ObjectParser<GeoResults,Void> LENIENT_PARSER
  • Constructor Details

  • Method Details

    • getActualPoint

      public String getActualPoint()
    • setActualPoint

      public void setActualPoint(String actualPoint)
    • getTypicalPoint

      public String getTypicalPoint()
    • setTypicalPoint

      public void setTypicalPoint(String typicalPoint)
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • hashCode

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

      public boolean equals(Object other)
      Overrides:
      equals in class Object