Class UntypedDouble

java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedDouble
All Implemented Interfaces:
Parsable

public class UntypedDouble extends UntypedNode
Represents an untyped node with double value.
  • Constructor Details

    • UntypedDouble

      public UntypedDouble(@Nonnull Double doubleValue)
      The constructor for the UntypedDouble
      Parameters:
      doubleValue - The Double to create the node with.
  • Method Details

    • getValue

      @Nonnull public Double getValue()
      Gets the value assigned to untyped node.
      Overrides:
      getValue in class UntypedNode
      Returns:
      The double value of the node.