Package org.elasticsearch.client.indices
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.ParseFieldCOMPONENT_TEMPLATEstatic org.elasticsearch.common.ParseFieldCOMPONENT_TEMPLATESstatic org.elasticsearch.common.ParseFieldNAME -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetComponentTemplatesResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.util.Map<java.lang.String,org.elasticsearch.cluster.metadata.ComponentTemplate>getComponentTemplates()inthashCode()java.lang.StringtoString()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:
toStringin classjava.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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-