Uses of Class
org.jpmml.telemetry.Incident
-
-
Uses of Incident in org.jpmml.telemetry
Methods in org.jpmml.telemetry that return Incident Modifier and Type Method Description IncidentIncident. setEnvironment(String environment)IncidentIncident. setEnvironment(Map<String,String> environment)IncidentIncident. setException(Exception exception)IncidentIncident. setException(Map<String,Object> exception)IncidentIncident. setProject(String project)Methods in org.jpmml.telemetry with parameters of type Incident Modifier and Type Method Description static StringTelemetryClient. report(String restServiceUrl, Incident incident)
-