@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class HealthDataRecord extends Object
Constructor and Description |
---|
HealthDataRecord() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAppId()
App that this record lives in.
|
String |
getAppVersion()
App version, as reported by the app.
|
DateTime |
getCreatedOn()
ISO timestamp of when the data record was created, as reported by the submitting app
|
String |
getCreatedOnTimeZone()
The original timezone of the createdOn timestamp, expressed as a 4-digit string with sign.
|
Object |
getData()
JSON map with key value pairs representing the record's data.
|
Integer |
getDayInStudy()
How many calendar days the participant has been in the study.
|
String |
getId()
A unique GUID for this record.
|
Object |
getMetadata()
Arbitrary JSON blob of record metadata, as submitted by the app.
|
String |
getPhoneInfo()
Phone info, for example \"iPhone9,3\" or \"iPhone 5c (GSM)\".
|
String |
getRawDataAttachmentId()
Attachment ID (S3 key) that contains the raw data.
|
String |
getSchemaId()
[UploadSchema](#UploadSchema) ID for the record.
|
Long |
getSchemaRevision()
[UploadSchema](#UploadSchema) revision for the record.
|
SynapseExporterStatus |
getSynapseExporterStatus()
Get synapseExporterStatus
|
String |
getType()
HealthDataRecord
|
LocalDate |
getUploadDate()
Calendar date in YYYY-MM-DD format representing when the server received the upload, using the server's local time zone (US Pacific timezone).
|
DateTime |
getUploadedOn()
The date and time of the upload.
|
String |
getUploadId()
The upload GUID of the upload this record is processed from.
|
List<String> |
getUserDataGroups()
The user's data groups at the time of this upload's submission.
|
String |
getUserExternalId()
The user's external ID at the time of this upload's submission.
|
Object |
getUserMetadata()
JSON map with key value pairs representing metadata for this health data record, as submitted by the app.
|
SharingScope |
getUserSharingScope()
The user's sharing scope at the time of this upload's submission.
|
Map<String,String> |
getUserStudyMemberships()
A map where the keys are the study IDs assigned to the user at the time that user generated this health data, and the values are the external IDs that were assigned to the user for each study (if no external ID was assigned, the value will be an empty string).
|
String |
getValidationErrors()
Error messages related to upload validation.
|
Long |
getVersion()
A version number issued for optimistic locking of record updates.
|
int |
hashCode() |
String |
toString() |
public String getAppVersion()
public DateTime getCreatedOn()
public String getCreatedOnTimeZone()
public Object getData()
public Integer getDayInStudy()
public String getId()
public Object getMetadata()
public String getPhoneInfo()
public String getRawDataAttachmentId()
public String getSchemaId()
public Long getSchemaRevision()
public String getAppId()
public LocalDate getUploadDate()
public String getUploadId()
public DateTime getUploadedOn()
public Object getUserMetadata()
public SharingScope getUserSharingScope()
public String getUserExternalId()
public List<String> getUserDataGroups()
public Map<String,String> getUserStudyMemberships()
public String getValidationErrors()
public Long getVersion()
public SynapseExporterStatus getSynapseExporterStatus()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.