Package org.jpmml.telemetry
Class Incident
- java.lang.Object
-
- org.jpmml.telemetry.Incident
-
public class Incident extends Object
-
-
Constructor Summary
Constructors Constructor Description Incident()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getEnvironment()Map<String,Object>getException()StringgetProject()IncidentsetEnvironment(String environment)IncidentsetEnvironment(Map<String,String> environment)IncidentsetException(Exception exception)IncidentsetException(Map<String,Object> exception)IncidentsetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
-