Package org.fiware.ngsi.model
Class RegistrationInfoVO
java.lang.Object
org.fiware.ngsi.model.RegistrationInfoVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class RegistrationInfoVO
extends Object
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddEntitiesItem(EntityInfoVO entitiesItem) addPropertiesItem(String propertiesItem) addRelationshipsItem(String relationshipsItem) entities()entities(List<EntityInfoVO> newEntities) booleaninthashCode()properties(Set<String> newProperties) relationships(Set<String> newRelationships) setEntities(List<EntityInfoVO> newEntities) setProperties(Set<String> newProperties) setRelationships(Set<String> newRelationships) toString() 
- 
Field Details
- 
JSON_PROPERTY_ENTITIES
- See Also:
 
 - 
JSON_PROPERTY_PROPERTIES
- See Also:
 
 - 
JSON_PROPERTY_RELATIONSHIPS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
RegistrationInfoVO
public RegistrationInfoVO() 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
entities
 - 
entities
 - 
properties
 - 
properties
 - 
relationships
 - 
relationships
 - 
getEntities
 - 
setEntities
 - 
addEntitiesItem
 - 
getProperties
 - 
setProperties
 - 
addPropertiesItem
 - 
getRelationships
 - 
setRelationships
 - 
addRelationshipsItem
 
 -