Package org.fiware.ngsi.model
Class BatchEntityErrorVO
java.lang.Object
org.fiware.ngsi.model.BatchEntityErrorVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class BatchEntityErrorVO
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionentityId()
boolean
error()
error
(ProblemDetailsVO newError) getError()
int
hashCode()
setEntityId
(URI newEntityId) setError
(ProblemDetailsVO newError) toString()
-
Field Details
-
JSON_PROPERTY_ENTITY_ID
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
BatchEntityErrorVO
public BatchEntityErrorVO()
-
-
Method Details