outputs is the run output payload (arbitrary JSON object).
public JsonValue _outputs()outputs is the run output payload (arbitrary JSON object).
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = queryRunResponse.outputs().convert(MyClass.class);