Package org.fiware.ngsi.model
Class EntityVO
java.lang.Object
org.fiware.ngsi.model.EntityVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class EntityVO
extends Object
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getType()inthashCode()id()location()location(GeoPropertyVO newLocation) modifiedAt(Instant newModifiedAt) observationSpace(GeoPropertyVO newObservationSpace) operationSpace(GeoPropertyVO newOperationSpace) setAdditionalProperties(String propertyKey, Object value) setAdditionalProperties(Map<String, Object> newAdditionalProperties) setAtContext(Object newAtContext) setCreatedAt(Instant newCreatedAt) setLocation(GeoPropertyVO newLocation) setModifiedAt(Instant newModifiedAt) setObservationSpace(GeoPropertyVO newObservationSpace) setOperationSpace(GeoPropertyVO newOperationSpace) toString()type() 
- 
Field Details
- 
JSON_PROPERTY_AT_CONTEXT
- See Also:
 
 - 
JSON_PROPERTY_LOCATION
- See Also:
 
 - 
JSON_PROPERTY_OBSERVATION_SPACE
- See Also:
 
 - 
JSON_PROPERTY_OPERATION_SPACE
- See Also:
 
 - 
JSON_PROPERTY_ID
- See Also:
 
 - 
JSON_PROPERTY_TYPE
- See Also:
 
 - 
JSON_PROPERTY_CREATED_AT
- See Also:
 
 - 
JSON_PROPERTY_MODIFIED_AT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
EntityVO
public EntityVO() 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
atContext
 - 
atContext
 - 
location
 - 
location
 - 
observationSpace
 - 
observationSpace
 - 
operationSpace
 - 
operationSpace
 - 
id
 - 
id
 - 
type
 - 
type
 - 
createdAt
 - 
createdAt
 - 
modifiedAt
 - 
modifiedAt
 - 
getAdditionalProperties
 - 
setAdditionalProperties
 - 
setAdditionalProperties
 - 
getAtContext
 - 
setAtContext
 - 
getLocation
 - 
setLocation
 - 
getObservationSpace
 - 
setObservationSpace
 - 
getOperationSpace
 - 
setOperationSpace
 - 
getId
 - 
setId
 - 
getType
 - 
setType
 - 
getCreatedAt
 - 
setCreatedAt
 - 
getModifiedAt
 - 
setModifiedAt
 
 -