public class ChangeResponse
extends java.lang.Object
implements java.io.Serializable
The DataGate server change operation response.
Constructor and Description |
---|
ChangeResponse()
Instantiates a new
ChangeResponse . |
ChangeResponse(boolean changed) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isChanged()
The boolean value indicating whether the server
data updated successfully or not.
|
void |
setChanged(boolean changed)
The boolean value indicating whether the server
data updated successfully or not.
|
java.lang.String |
toString() |
public ChangeResponse()
Instantiates a new ChangeResponse
.
public ChangeResponse(boolean changed)
public boolean isChanged()
The boolean value indicating whether the server data updated successfully or not.
true
if change is successful; false
otherwise.public void setChanged(boolean changed)
The boolean value indicating whether the server data updated successfully or not.
changed
- the boolean valuepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object