Package org.opensearch.client.indices
Class DetailAnalyzeResponse.AnalyzeTokenList
- java.lang.Object
-
- org.opensearch.client.indices.DetailAnalyzeResponse.AnalyzeTokenList
-
- Enclosing class:
- DetailAnalyzeResponse
public static class DetailAnalyzeResponse.AnalyzeTokenList extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AnalyzeTokenList(java.lang.String name, java.util.List<AnalyzeResponse.AnalyzeToken> tokens)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static DetailAnalyzeResponse.AnalyzeTokenListfromXContent(org.opensearch.common.xcontent.XContentParser parser)java.lang.StringgetName()AnalyzeResponse.AnalyzeToken[]getTokens()inthashCode()
-
-
-
Constructor Detail
-
AnalyzeTokenList
public AnalyzeTokenList(java.lang.String name, java.util.List<AnalyzeResponse.AnalyzeToken> tokens)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getName
public java.lang.String getName()
-
getTokens
public AnalyzeResponse.AnalyzeToken[] getTokens()
-
fromXContent
public static DetailAnalyzeResponse.AnalyzeTokenList fromXContent(org.opensearch.common.xcontent.XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
-