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