Package org.fiware.ngsi.model
Class UpdateResultVO
java.lang.Object
org.fiware.ngsi.model.UpdateResultVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class UpdateResultVO
extends Object
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddNotUpdatedItem(NotUpdatedDetailsVO notUpdatedItem) addUpdatedItem(String updatedItem) booleaninthashCode()notUpdated(List<NotUpdatedDetailsVO> newNotUpdated) setNotUpdated(List<NotUpdatedDetailsVO> newNotUpdated) setUpdated(List<String> newUpdated) toString()updated() 
- 
Field Details
- 
JSON_PROPERTY_UPDATED
- See Also:
 
 - 
JSON_PROPERTY_NOT_UPDATED
- See Also:
 
 
 - 
 - 
Constructor Details
- 
UpdateResultVO
public UpdateResultVO() 
 - 
 - 
Method Details