public class ApplyWorkspaceEditResponse
extends java.lang.Object
| Constructor and Description |
|---|
ApplyWorkspaceEditResponse() |
ApplyWorkspaceEditResponse(boolean applied) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isApplied()
Indicates whether the edit was applied or not.
|
void |
setApplied(boolean applied)
Indicates whether the edit was applied or not.
|
java.lang.String |
toString() |
public ApplyWorkspaceEditResponse()
public ApplyWorkspaceEditResponse(boolean applied)
@Pure public boolean isApplied()
public void setApplied(boolean applied)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object