Package org.fiware.ngsi.model
Class EntityTemporalFragmentVO
java.lang.Object
org.fiware.ngsi.model.EntityTemporalFragmentVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class EntityTemporalFragmentVO
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddLocationItem
(GeoPropertyVO locationItem) addObservationSpaceItem
(GeoPropertyVO observationSpaceItem) addOperationSpaceItem
(GeoPropertyVO operationSpaceItem) boolean
getId()
getType()
int
hashCode()
id()
location()
location
(List<GeoPropertyVO> newLocation) observationSpace
(List<GeoPropertyVO> newObservationSpace) operationSpace
(List<GeoPropertyVO> newOperationSpace) setAdditionalProperties
(String propertyKey, Object value) setAdditionalProperties
(Map<String, Object> newAdditionalProperties) setAtContext
(Object newAtContext) setLocation
(List<GeoPropertyVO> newLocation) 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:
-
-
Constructor Details
-
EntityTemporalFragmentVO
public EntityTemporalFragmentVO()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
atContext
-
atContext
-
location
-
location
-
observationSpace
-
observationSpace
-
operationSpace
-
operationSpace
-
id
-
id
-
type
-
type
-
getAdditionalProperties
-
setAdditionalProperties
-
setAdditionalProperties
-
getAtContext
-
setAtContext
-
getLocation
-
setLocation
-
addLocationItem
-
getObservationSpace
-
setObservationSpace
-
addObservationSpaceItem
-
getOperationSpace
-
setOperationSpace
-
addOperationSpaceItem
-
getId
-
setId
-
getType
-
setType
-