Package org.fiware.ngsi.model
Class BatchOperationResultVO
java.lang.Object
org.fiware.ngsi.model.BatchOperationResultVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class BatchOperationResultVO
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
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