java.lang.Object
com.esri.arcgisruntime.concurrent.Job.Message
- Enclosing class:
Job
Represents a message indicating progress of a Job.
- Since:
- 100.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the text of this message.Gets the job message's severity: information, warning or error.Gets the source of the job message, either from the service or from this API client.Gets the date and time that the job message was created.toString()
Returns a string representation of this message instance.
-
Method Details
-
getMessage
Gets the text of this message.- Returns:
- the text of this message
- Since:
- 100.0.0
-
getSeverity
Gets the job message's severity: information, warning or error.- Returns:
- the job message's severity: information, warning or error.
- Since:
- 100.10.0
-
getSource
Gets the source of the job message, either from the service or from this API client.- Returns:
- the source of the job message, either from the service or from this API client
- Since:
- 100.10.0
-
getTimestamp
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.10.0
-
toString
Returns a string representation of this message instance.This value may be useful for debugging purposes, but cannot be relied upon for persistence purposes.
-