Class ReIndexNodeStatusJson
- java.lang.Object
-
- com.atlassian.confluence.plugins.rebuildindex.status.ReIndexNodeStatusJson
-
public class ReIndexNodeStatusJson extends Object
-
-
Constructor Summary
Constructors Constructor Description ReIndexNodeStatusJson(ReIndexNodeStatus reIndexStatus)ReIndexNodeStatusJson(String nodeId, ReIndexNodeStatus.State state, ReIndexError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNodeId()@Nullable ReIndexErrorgetReIndexError()ReIndexNodeStatus.StategetState()
-
-
-
Constructor Detail
-
ReIndexNodeStatusJson
public ReIndexNodeStatusJson(String nodeId, ReIndexNodeStatus.State state, ReIndexError error)
-
ReIndexNodeStatusJson
public ReIndexNodeStatusJson(ReIndexNodeStatus reIndexStatus)
-
-
Method Detail
-
getNodeId
public String getNodeId()
-
getState
public ReIndexNodeStatus.State getState()
-
getReIndexError
public @Nullable ReIndexError getReIndexError()
-
-