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.
@ConstructorProperties(value="changed") @Generated(value="lombok") public ChangeResponse(boolean changed)
@Generated(value="lombok") public boolean isChanged()
The boolean value indicating whether the server data updated successfully or not.
true if change is successful; false otherwise.@Generated(value="lombok") public void setChanged(boolean changed)
The boolean value indicating whether the server data updated successfully or not.
changed - the boolean value@Generated(value="lombok") public boolean equals(java.lang.Object o)
equals in class java.lang.Object@Generated(value="lombok") protected boolean canEqual(java.lang.Object other)
@Generated(value="lombok") public int hashCode()
hashCode in class java.lang.Object@Generated(value="lombok") public java.lang.String toString()
toString in class java.lang.Object