Uses of Class
org.fiware.ngsi.model.PropertyVO
-
Uses of PropertyVO in org.fiware.mintaka.domain
Modifier and TypeMethodDescriptiondefault PropertyVO
AttributePropertyVOMapper.attributeToPropertyVO
(AbstractAttribute attribute, Instant createdAt, boolean modifiedAt) Map the internal attribute to a propertyModifier and TypeMethodDescriptiondefault TemporalValueProperty
TemporalValuesMapper.propertyToTemporalValuesProperty
(List<PropertyVO> propertyVOList, TimeStampType timeStampType) -
Uses of PropertyVO in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionPropertyVO.instanceId
(URI newInstanceId) PropertyVO.modifiedAt
(Instant newModifiedAt) PropertyVO.observedAt
(Instant newObservedAt) PropertyVO.setAdditionalProperties
(String propertyKey, Object value) PropertyVO.setAdditionalProperties
(Map<String, Object> newAdditionalProperties) PropertyVO.setCreatedAt
(Instant newCreatedAt) PropertyVO.setDatasetId
(URI newDatasetId) PropertyVO.setInstanceId
(URI newInstanceId) PropertyVO.setModifiedAt
(Instant newModifiedAt) PropertyVO.setObservedAt
(Instant newObservedAt) PropertyVO.setType
(PropertyVO.Type newType) PropertyVO.setUnitCode
(String newUnitCode) PropertyVO.type
(PropertyVO.Type newType)