Class UntypedDecimal

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

public class UntypedDecimal extends UntypedNode
Represents an untyped node with decimal value.
  • Constructor Details

    • UntypedDecimal

      public UntypedDecimal(@Nonnull BigDecimal decimalValue)
      The constructor for the UntypedDecimal
      Parameters:
      decimalValue - The decimal to create the node with.
  • Method Details

    • getValue

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