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) |
java.lang.Integer |
getFailedChange()
Depending on the client's failure handling strategy `failedChange`
might contain the index of the change that failed.
|
java.lang.String |
getFailureReason()
An optional textual description for why the edit was not applied.
|
int |
hashCode() |
boolean |
isApplied()
Indicates whether the edit was applied or not.
|
void |
setApplied(boolean applied)
Indicates whether the edit was applied or not.
|
void |
setFailedChange(java.lang.Integer failedChange)
Depending on the client's failure handling strategy `failedChange`
might contain the index of the change that failed.
|
void |
setFailureReason(java.lang.String failureReason)
An optional textual description for why the edit was not applied.
|
java.lang.String |
toString() |
public ApplyWorkspaceEditResponse()
public ApplyWorkspaceEditResponse(boolean applied)
@Pure public boolean isApplied()
public void setApplied(boolean applied)
@Pure public java.lang.String getFailureReason()
public void setFailureReason(java.lang.String failureReason)
@Pure public java.lang.Integer getFailedChange()
WorkspaceEditCapabilities.failureHandling
strategy in its client capabilities.public void setFailedChange(java.lang.Integer failedChange)
WorkspaceEditCapabilities.failureHandling
strategy in its client capabilities.@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