Class WatchExecutionContextData.WatchInfo

  • All Implemented Interfaces:
    org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
    Enclosing class:
    WatchExecutionContextData

    public static class WatchExecutionContextData.WatchInfo
    extends Object
    implements org.elasticsearch.common.xcontent.ToXContentObject
    • Field Detail

      • tenant

        public final String tenant
    • Constructor Detail

      • WatchInfo

        public WatchInfo​(String id,
                         String tenant)
    • Method Detail

      • getId

        public String getId()
      • getTenant

        public String getTenant()
      • toXContent

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