public class ReIndexNodeStatusJson extends Object
Constructor and Description |
---|
ReIndexNodeStatusJson(ReIndexNodeStatus reIndexStatus) |
ReIndexNodeStatusJson(String nodeId,
ReIndexNodeStatus.State state,
ReIndexError error) |
Modifier and Type | Method and Description |
---|---|
String |
getNodeId() |
@Nullable ReIndexError |
getReIndexError() |
ReIndexNodeStatus.State |
getState() |
public ReIndexNodeStatusJson(String nodeId, ReIndexNodeStatus.State state, ReIndexError error)
public ReIndexNodeStatusJson(ReIndexNodeStatus reIndexStatus)
public String getNodeId()
public ReIndexNodeStatus.State getState()
public @Nullable ReIndexError getReIndexError()
Copyright © 2003–2020 Atlassian. All rights reserved.