public class ReIndexNodeStatus extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ReIndexNodeStatus.State |
Constructor and Description |
---|
ReIndexNodeStatus() |
ReIndexNodeStatus(String nodeId,
ReIndexNodeStatus.State state) |
ReIndexNodeStatus(String nodeId,
ReIndexNodeStatus.State state,
ReIndexError error) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@Nullable ReIndexError |
getError() |
String |
getNodeId() |
ReIndexNodeStatus.State |
getState() |
int |
hashCode() |
void |
setError(ReIndexError error) |
void |
setNodeId(String nodeId) |
void |
setState(ReIndexNodeStatus.State state) |
String |
toString() |
public ReIndexNodeStatus()
public ReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state)
public ReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state, ReIndexError error)
public String getNodeId()
public void setNodeId(String nodeId)
public ReIndexNodeStatus.State getState()
public void setState(ReIndexNodeStatus.State state)
public @Nullable ReIndexError getError()
public void setError(ReIndexError error)
Copyright © 2003–2020 Atlassian. All rights reserved.