Class ExecuteWatchResponse


  • public class ExecuteWatchResponse
    extends java.lang.Object
    • Field Detail

      • ID_FIELD

        public static final ParseField ID_FIELD
      • WATCH_FIELD

        public static final ParseField WATCH_FIELD
    • Constructor Detail

      • ExecuteWatchResponse

        public ExecuteWatchResponse()
      • ExecuteWatchResponse

        public ExecuteWatchResponse​(java.lang.String recordId,
                                    BytesReference contentSource)
    • Method Detail

      • getRecordId

        public java.lang.String getRecordId()
        Returns:
        The id of the watch record holding the watch execution result.
      • getRecord

        public BytesReference getRecord()
        Returns:
        The watch record source
      • getRecordAsMap

        public java.util.Map<java.lang.String,​java.lang.Object> getRecordAsMap()
        Returns the watch record as a map Use ObjectPath to navigate through the data