Package main.Utils
Class UIDGenerator
java.lang.Object
main.Utils.UIDGenerator
Provide methods to generate Unique ID for request and project
The class does not have any public constructors and should be used as a static utility class.
- Since:
- 2023-4-13
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UIDGenerator
public UIDGenerator()
-
-
Method Details
-
generateLongId
Method to 65536 UID in a millis- Returns:
- generated UID
-