Class WatchLog

  • All Implemented Interfaces:
    org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

    public class WatchLog
    extends Object
    implements org.elasticsearch.xcontent.ToXContentObject
    • Constructor Detail

      • WatchLog

        public WatchLog()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getWatchId

        public String getWatchId()
      • setWatchId

        public void setWatchId​(String watchId)
      • getStatus

        public Status getStatus()
      • setStatus

        public void setStatus​(Status status)
      • getExecutionStart

        public Date getExecutionStart()
      • setExecutionStart

        public void setExecutionStart​(Date executionStart)
      • getExecutionFinished

        public Date getExecutionFinished()
      • setExecutionFinished

        public void setExecutionFinished​(Date executionFinished)
      • setActions

        public void setActions​(List<ActionLog> actions)
      • toXContent

        public org.elasticsearch.xcontent.XContentBuilder toXContent​(org.elasticsearch.xcontent.XContentBuilder builder,
                                                                     org.elasticsearch.xcontent.ToXContent.Params params)
                                                              throws IOException
        Specified by:
        toXContent in interface org.elasticsearch.xcontent.ToXContent
        Throws:
        IOException
      • getTenant

        public String getTenant()
      • setTenant

        public void setTenant​(String tenant)
      • setError

        public void setError​(ErrorInfo error)
      • setResolveActions

        public void setResolveActions​(List<ActionLog> resolveActions)
      • getNode

        public String getNode()
      • setNode

        public void setNode​(String node)
      • getWatchVersion

        public long getWatchVersion()
      • setWatchVersion

        public void setWatchVersion​(long watchVersion)