Class GetComponentTemplatesResponse

java.lang.Object
org.elasticsearch.client.indices.GetComponentTemplatesResponse

public class GetComponentTemplatesResponse
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static org.elasticsearch.common.ParseField COMPONENT_TEMPLATE  
    static org.elasticsearch.common.ParseField COMPONENT_TEMPLATES  
    static org.elasticsearch.common.ParseField NAME  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    static GetComponentTemplatesResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.util.Map<java.lang.String,​org.elasticsearch.cluster.metadata.ComponentTemplate> getComponentTemplates()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NAME

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

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

      public static final org.elasticsearch.common.ParseField COMPONENT_TEMPLATE
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentTemplates

      public java.util.Map<java.lang.String,​org.elasticsearch.cluster.metadata.ComponentTemplate> getComponentTemplates()
    • fromXContent

      public static GetComponentTemplatesResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object