Class UntypedLong

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

public class UntypedLong extends UntypedNode
Represents an untyped node with Long value.
  • Constructor Details

    • UntypedLong

      public UntypedLong(@Nonnull Long longValue)
      The constructor for the UntypedLong
      Parameters:
      longValue - The long value to create the node with.
  • Method Details

    • getValue

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