Class UntypedFloat

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

public class UntypedFloat extends UntypedNode
Represents an untyped node with Float value.
  • Constructor Details

    • UntypedFloat

      public UntypedFloat(@Nonnull Float floatValue)
      The constructor for the UntypedFloat
      Parameters:
      floatValue - The float value to create the node with.
  • Method Details

    • getValue

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