public class RemovedStatus extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isRecoverable |
Constructor and Description |
---|
RemovedStatus(boolean isRecoverable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
getIsRecoverable()
True if the removed team member is recoverable
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
public RemovedStatus(boolean isRecoverable)
isRecoverable
- True if the removed team member is recoverable.public boolean getIsRecoverable()
public String toStringMultiline()
The returned String may contain newlines.