Class ScriptHeuristic.LongAccessor

java.lang.Object
java.lang.Number
org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ScriptHeuristic

public final class ScriptHeuristic.LongAccessor
extends java.lang.Number
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    long value  
  • Constructor Summary

    Constructors 
    Constructor Description
    LongAccessor()  
  • Method Summary

    Modifier and Type Method Description
    double doubleValue()  
    float floatValue()  
    int intValue()  
    long longValue()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Number

    byteValue, shortValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • value

      public long value
  • Constructor Details

  • Method Details

    • intValue

      public int intValue()
      Specified by:
      intValue in class java.lang.Number
    • longValue

      public long longValue()
      Specified by:
      longValue in class java.lang.Number
    • floatValue

      public float floatValue()
      Specified by:
      floatValue in class java.lang.Number
    • doubleValue

      public double doubleValue()
      Specified by:
      doubleValue in class java.lang.Number
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object