Class JobMessage

java.lang.Object
com.esri.arcgisruntime.concurrent.JobMessage

@Deprecated(since="200.1.0", forRemoval=true) public class JobMessage extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 200.1.0, use Job.Message instead.
A message from a job.
Since:
100.14.0
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Deprecated, 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.

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details Link icon

    • getMessage Link icon

      public String 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 Link icon

      public Job.MessageSeverity 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 Link icon

      public Job.MessageSource 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 Link icon

      public Calendar 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