public final class PersistentUpdateResponse extends Object implements Serializable
PersistentUpdateRequest.| Constructor and Description |
|---|
PersistentUpdateResponse(String message)
Creates PersistentUpdateResponse class object.
|
PersistentUpdateResponse(String message,
List<String> warnings)
Creates PersistentUpdateResponse class object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the response message.
|
List<String> |
getWarnings()
Returns the warnings.
|
public PersistentUpdateResponse(String message, List<String> warnings)
message - Success message for PersistentUpdateRequestpublic PersistentUpdateResponse(String message)
message - Success message for PersistentUpdateRequestwarnings - for success updates