Package org.elasticsearch.client.ccr
Class FollowInfoResponse
- java.lang.Object
-
- org.elasticsearch.client.ccr.FollowInfoResponse
-
public final class FollowInfoResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFollowInfoResponse.FollowerInfostatic classFollowInfoResponse.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static FollowInfoResponsefromXContent(XContentParser parser)List<FollowInfoResponse.FollowerInfo>getInfos()inthashCode()
-
-
-
Method Detail
-
fromXContent
public static FollowInfoResponse fromXContent(XContentParser parser)
-
getInfos
public List<FollowInfoResponse.FollowerInfo> getInfos()
-
-