Class ResourceVisualizationDto
- java.lang.Object
-
- com.evolveum.midpoint.web.page.admin.resources.dto.ResourceVisualizationDto
-
- All Implemented Interfaces:
Serializable
public class ResourceVisualizationDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceVisualizationDto(String dot, String svg, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDot()
Exception
getException()
String
getExceptionAsString()
String
getSvg()
-
-
-
Field Detail
-
F_DOT
public static final String F_DOT
- See Also:
- Constant Field Values
-
F_SVG
public static final String F_SVG
- See Also:
- Constant Field Values
-
F_EXCEPTION_AS_STRING
public static final String F_EXCEPTION_AS_STRING
- See Also:
- Constant Field Values
-
-