Package org.fiware.ngsi.model
Class BatchOperationResultVO
java.lang.Object
org.fiware.ngsi.model.BatchOperationResultVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class BatchOperationResultVO
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddErrorItem
(BatchEntityErrorVO errorItem) addSuccessItem
(URI successItem) boolean
error()
error
(List<BatchEntityErrorVO> newError) getError()
int
hashCode()
setError
(List<BatchEntityErrorVO> newError) setSuccess
(List<URI> newSuccess) success()
toString()
-
Field Details
-
JSON_PROPERTY_SUCCESS
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
BatchOperationResultVO
public BatchOperationResultVO()
-
-
Method Details