Class Guid

java.lang.Object
com.spotfire.ws.pub.Guid

public final class Guid extends Object
Represents a globally unique identifier (GUID). A GUID represents a 128-bit value and is either guaranteed to be different from all other GUIDs generated until 3400 A.D., or extremely likely to be different.

The string representation is on the following format, where x represents a hexadecimal ([0-9][a-f][A-F]) digit, "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".

Since:
5.5
  • Constructor Details

    • Guid

      public Guid()
      Creates a new instance.
  • Method Details