...
Code Block | ||
---|---|---|
| ||
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 |
...