Package org.elasticsearch.client.ml
Class GetInfluencersResponse
java.lang.Object
org.elasticsearch.client.ml.AbstractResultResponse<Influencer>
org.elasticsearch.client.ml.GetInfluencersResponse
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class GetInfluencersResponse extends AbstractResultResponse<Influencer>
A response containing the requested influencers
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields Modifier and Type Field Description static ParseFieldINFLUENCERSstatic ConstructingObjectParser<GetInfluencersResponse,java.lang.Void>PARSERFields inherited from class org.elasticsearch.client.ml.AbstractResultResponse
count, COUNT, results -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetInfluencersResponsefromXContent(XContentParser parser)inthashCode()java.util.List<Influencer>influencers()The retrieved influencers
-
Field Details
-
Method Details
-
fromXContent
public static GetInfluencersResponse fromXContent(XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
influencers
The retrieved influencers- Returns:
- the retrieved influencers
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-