Class UntypedFloat
java.lang.Object
com.microsoft.kiota.serialization.UntypedNode
com.microsoft.kiota.serialization.UntypedFloat
- All Implemented Interfaces:
Parsable
Represents an untyped node with Float value.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.kiota.serialization.UntypedNode
createFromDiscriminatorValue, getFieldDeserializers, serialize
-
Constructor Details
-
UntypedFloat
The constructor for the UntypedFloat- Parameters:
floatValue- The float value to create the node with.
-
-
Method Details
-
getValue
Gets the value assigned to untyped node.- Overrides:
getValuein classUntypedNode- Returns:
- The float value of the node.
-