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