if (jsonLogEntryObject.has("share_uuid") && !jsonLogEntryObject.get("share_uuid").isJsonNull()) {
        resultEntry.setShareUuid(
          UUID.fromString(jsonLogEntryObject.get("share_uuid").getAsString())
        );
      }