Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
import org.joget.commons.util.UuidGenerator;


String uuid = UuidGenerator.getInstance().getUuid();

Methods

Thai

กระบวนการ

getInstance
public static org.joget.commons.util.UuidGenerator getInstance()
English
Get the UuidGenerator instance
Thai

รับอินสแตนซ์ UuidGenerator

...