| 65 | } |
| 66 | |
| 67 | void HdComment::MeasurementUuid(std::string uuid) { |
| 68 | AddProperty({std::string(kMeasurementUuid), std::move(uuid)}); |
| 69 | } |
| 70 | |
| 71 | std::string HdComment::MeasurementUuid() const { |
| 72 | return GetPropertyValue<std::string>(std::string(kMeasurementUuid)); |