Package org.fiware.ngsi.model
Class EntityTemporalFragmentVO
java.lang.Object
org.fiware.ngsi.model.EntityTemporalFragmentVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class EntityTemporalFragmentVO
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) 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
 
 -