Package org.elasticsearch.client.ccr
Class PutFollowResponse
java.lang.Object
org.elasticsearch.client.ccr.PutFollowResponse
public final class PutFollowResponse
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PutFollowResponse(boolean followIndexCreated, boolean followIndexShardsAcked, boolean indexFollowingStarted) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static PutFollowResponsefromXContent(XContentParser parser)inthashCode()booleanisFollowIndexCreated()booleanisFollowIndexShardsAcked()booleanisIndexFollowingStarted()
-
Constructor Details
-
PutFollowResponse
public PutFollowResponse(boolean followIndexCreated, boolean followIndexShardsAcked, boolean indexFollowingStarted)
-
-
Method Details
-
fromXContent
- Throws:
java.io.IOException
-
isFollowIndexCreated
public boolean isFollowIndexCreated() -
isFollowIndexShardsAcked
public boolean isFollowIndexShardsAcked() -
isIndexFollowingStarted
public boolean isIndexFollowingStarted() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-