Uses of Class
org.fiware.ngsi.model.PropertyVO
Packages that use PropertyVO
-
Uses of PropertyVO in org.fiware.mintaka.domain
Methods in org.fiware.mintaka.domain that return PropertyVOModifier and TypeMethodDescriptiondefault PropertyVOAttributePropertyVOMapper.attributeToPropertyVO(AbstractAttribute attribute, Instant createdAt, boolean modifiedAt) Map the internal attribute to a propertyMethod parameters in org.fiware.mintaka.domain with type arguments of type PropertyVOModifier and TypeMethodDescriptiondefault TemporalValuePropertyTemporalValuesMapper.propertyToTemporalValuesProperty(List<PropertyVO> propertyVOList, TimeStampType timeStampType) -
Uses of PropertyVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return PropertyVOModifier 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)