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