Package org.elasticsearch.client.ccr
Class FollowInfoResponse
java.lang.Object
org.elasticsearch.client.ccr.FollowInfoResponse
public final class FollowInfoResponse
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFollowInfoResponse.FollowerInfostatic classFollowInfoResponse.Status -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static FollowInfoResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.util.List<FollowInfoResponse.FollowerInfo>getInfos()inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
fromXContent
public static FollowInfoResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
getInfos
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-