public class BulkOperationResultJson extends BaseJson
Constructor and Description |
---|
BulkOperationResultJson() |
Modifier and Type | Method and Description |
---|---|
List<ItemErrorInfoJson> |
getProblematicItems()
List of problems in bulk operation.
|
SuccessLevel |
getSuccess()
Indicates whether all operations completed successfully.
|
String |
getTransactionUuid()
In case the server has some tasks to perform , it returns UUID - for
the client to query later
|
boolean |
isFullSuccess() |
void |
setFullSuccess(boolean fullSuccess) |
void |
setProblematicItems(List<ItemErrorInfoJson> problematicItems)
List of problems in bulk operation.
|
void |
setSuccess(SuccessLevel success)
Indicates whether all operations completed successfully.
|
void |
setTransactionUuid(String transactionUuid)
In case the server has some tasks to perform , it returns UUID - for
the client to query later
|
getObjType, setObjType, toString
public String getTransactionUuid()
public void setTransactionUuid(String transactionUuid)
transactionUuid
- In case the server has some tasks to perform ,
it returns UUID - for the client to query laterpublic SuccessLevel getSuccess()
public void setSuccess(SuccessLevel success)
success
- Indicates whether all operations completed successfully.public List<ItemErrorInfoJson> getProblematicItems()
public void setProblematicItems(List<ItemErrorInfoJson> problematicItems)
problematicItems
- List of problems in bulk operation.public boolean isFullSuccess()
public void setFullSuccess(boolean fullSuccess)
Copyright © 2019. All rights reserved.