Class GetComponentTemplateAction.Response

All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted
Enclosing class:
GetComponentTemplateAction

public static class GetComponentTemplateAction.Response extends ActionResponse implements org.elasticsearch.common.xcontent.ToXContentObject
  • Field Details

    • NAME

      public static final org.elasticsearch.common.xcontent.ParseField NAME
    • COMPONENT_TEMPLATES

      public static final org.elasticsearch.common.xcontent.ParseField COMPONENT_TEMPLATES
    • COMPONENT_TEMPLATE

      public static final org.elasticsearch.common.xcontent.ParseField COMPONENT_TEMPLATE
  • Constructor Details

  • Method Details

    • getComponentTemplates

      public Map<String,​ComponentTemplate> getComponentTemplates()
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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