java.lang.Object
com.esri.arcgisruntime.concurrent.JobMessage
Deprecated, for removal: This API element is subject to removal in a future version.
A message from a job.
- Since:
- 100.14.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the job message's message string.Deprecated, for removal: This API element is subject to removal in a future version.Gets the job message's severity: information, warning or error.Deprecated, for removal: This API element is subject to removal in a future version.Gets the source of the job message, either from the service or from this API.Deprecated, for removal: This API element is subject to removal in a future version.Gets the date and time that the job message was created.
-
Method Details
-
getMessage
Deprecated, for removal: This API element is subject to removal in a future version.Gets the job message's message string.- Returns:
- the job message's message string
- Since:
- 100.14.0
-
getSeverity
Deprecated, for removal: This API element is subject to removal in a future version.Gets the job message's severity: information, warning or error. .- Returns:
- the job message's severity: information, warning or error.
- Since:
- 100.14.0
-
getSource
Deprecated, for removal: This API element is subject to removal in a future version.Gets the source of the job message, either from the service or from this API.- Returns:
- the source of the job message, either from the service or from this API
- Since:
- 100.14.0
-
getTimestamp
Deprecated, for removal: This API element is subject to removal in a future version.Gets the date and time that the job message was created. This will be the current system time on the user's device.- Returns:
- the date and time that the job message was created. This will be the current system time on the user's device.
- Since:
- 100.14.0
-
Job.Message
instead.