public class UpdateResult extends Object
| Constructor and Description |
|---|
UpdateResult(String id,
boolean success,
boolean created,
String error) |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
String |
getId() |
boolean |
isCreated() |
boolean |
isSuccess() |
String |
toString() |
Copyright © 2020. All rights reserved.