Class JobMasterId

    • Constructor Detail

      • JobMasterId

        public JobMasterId​(UUID uuid)
        Creates a JobMasterId that takes the bits from the given UUID.
    • Method Detail

      • toUUID

        public UUID toUUID()
        Creates a UUID with the bits from this JobMasterId.
      • generate

        public static JobMasterId generate()
        Generates a new random JobMasterId.
      • fromUuidOrNull

        public static JobMasterId fromUuidOrNull​(@Nullable
                                                 UUID uuid)
        If the given uuid is null, this returns null, otherwise a JobMasterId that corresponds to the UUID, via JobMasterId(UUID).