Class TdApi.JsonValueNumber

Enclosing class:
TdApi

public static class TdApi.JsonValueNumber extends TdApi.JsonValue
Represents a numeric JSON value.
  • Field Details

    • value

      public double value
      The value.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • JsonValueNumber

      public JsonValueNumber()
      Represents a numeric JSON value.
    • JsonValueNumber

      public JsonValueNumber(double value)
      Represents a numeric JSON value.
      Parameters:
      value - The value.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR