{
"id": 0,
"exceptionEventCode": "String.valueOf(getId())",
"exceptionEventName": "string",
"eventNumber": "string",
"exceptionStartTime": "string",
"exceptionEndTime": "string",
"exceptionEventStatus": "UNRESOLVED",
"duration": 0,
"resolvedProblemCount": 0,
"allProblemCount": 0,
"problems": "new ArrayList<>()",
"importanceDegree": "HIGH",
"historyHighestDegree": "HIGH",
"riskMeasureAimLevel1Collect": "new LinkedHashSet<>()",
"riskMeasureAimLevel2Collect": "new LinkedHashSet<>()",
"impactCategoryList": [
{
"id": 0,
"name": "string",
"crucial": "PIVOTAL"
}
],
"instances": "Stream.concat(getProblems().stream(), getOriginalProblem() == null ? Stream.empty() : Stream.of(getOriginalProblem())).map(problem -> {\n InstanceVo instanceVo = new InstanceVo();\n instanceVo.setInstanceId(problem.getInstanceId());\n instanceVo.setInstanceName(problem.getInstanceName());\n instanceVo.setSpaceIds(problem.getSpaceIds());\n instanceVo.setObjectType(problem.getObjectType());\n instanceVo.setRelatedSpaces(problem.getRelatedSpaces());\n return instanceVo;\n }).distinct().collect(Collectors.toList())",
"originalProblem": {
"instanceId": "string",
"instanceName": "string",
"name": "string",
"riskStatus": "NORMAL",
"spaceIds": [
"string"
],
"relatedSpaces": [
{
"instanceId": "string",
"instanceName": "string",
"spaceIds": [
"string"
],
"relatedSpaces": [
{}
],
"objectType": "PROJECT"
}
],
"objectType": "PROJECT",
"importanceDegree": "HIGH",
"degreeAlias": "string",
"riskEvents": [
{
"riskEventBusinessId": 0,
"riskEventName": "string"
}
]
},
"minRequireSolveTime": "string",
"maxRequireSolveTime": "string",
"overdue": false,
"relatedRiskEvents": [
{
"riskEventBusinessId": 0,
"riskEventName": "string"
}
],
"solveProcess": "FIND_EXCEPTION"
}