Package org.fiware.ngsi.model
Class EntityTemporalVO
java.lang.Object
org.fiware.ngsi.model.EntityTemporalVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class EntityTemporalVO
extends Object
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddLocationItem(GeoPropertyVO locationItem) addObservationSpaceItem(GeoPropertyVO observationSpaceItem) addOperationSpaceItem(GeoPropertyVO operationSpaceItem) booleangetId()getType()inthashCode()id()location()location(List<GeoPropertyVO> newLocation) modifiedAt(Instant newModifiedAt) observationSpace(List<GeoPropertyVO> newObservationSpace) operationSpace(List<GeoPropertyVO> newOperationSpace) setAdditionalProperties(String propertyKey, Object value) setAdditionalProperties(Map<String, Object> newAdditionalProperties) setAtContext(Object newAtContext) setCreatedAt(Instant newCreatedAt) setLocation(List<GeoPropertyVO> newLocation) setModifiedAt(Instant newModifiedAt) setObservationSpace(List<GeoPropertyVO> newObservationSpace) setOperationSpace(List<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
- 
EntityTemporalVO
public EntityTemporalVO() 
 - 
 - 
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
 - 
addLocationItem
 - 
getObservationSpace
 - 
setObservationSpace
 - 
addObservationSpaceItem
 - 
getOperationSpace
 - 
setOperationSpace
 - 
addOperationSpaceItem
 - 
getId
 - 
setId
 - 
getType
 - 
setType
 - 
getCreatedAt
 - 
setCreatedAt
 - 
getModifiedAt
 - 
setModifiedAt
 
 -