@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class HealthDataSubmission extends Object
Constructor and Description |
---|
HealthDataSubmission() |
Modifier and Type | Method and Description |
---|---|
HealthDataSubmission |
appVersion(String appVersion) |
HealthDataSubmission |
createdOn(DateTime createdOn) |
HealthDataSubmission |
data(Object data) |
boolean |
equals(Object o) |
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
|
Object |
getData()
JSON map with key value pairs representing the record's data.
|
Object |
getMetadata()
JSON map with key value pairs representing metadata for this health data record, as submitted by the app.
|
String |
getPhoneInfo()
Phone info, for example \"iPhone9,3\" or \"iPhone 5c (GSM)\".
|
String |
getSchemaId()
[UploadSchema](#UploadSchema) ID for the record.
|
Long |
getSchemaRevision()
[UploadSchema](#UploadSchema) revision for the record.
|
DateTime |
getSurveyCreatedOn()
If the health data is a survey response, this is the createdOn timestamp that specifies the survey version.
|
String |
getSurveyGuid()
If the health data is a survey response, this is the GUID that specifies the survey.
|
String |
getType()
HealthDataSubmission
|
int |
hashCode() |
HealthDataSubmission |
metadata(Object metadata) |
HealthDataSubmission |
phoneInfo(String phoneInfo) |
HealthDataSubmission |
schemaId(String schemaId) |
HealthDataSubmission |
schemaRevision(Long schemaRevision) |
void |
setAppVersion(String appVersion) |
void |
setCreatedOn(DateTime createdOn) |
void |
setData(Object data) |
void |
setMetadata(Object metadata) |
void |
setPhoneInfo(String phoneInfo) |
void |
setSchemaId(String schemaId) |
void |
setSchemaRevision(Long schemaRevision) |
void |
setSurveyCreatedOn(DateTime surveyCreatedOn) |
void |
setSurveyGuid(String surveyGuid) |
HealthDataSubmission |
surveyCreatedOn(DateTime surveyCreatedOn) |
HealthDataSubmission |
surveyGuid(String surveyGuid) |
String |
toString() |
public HealthDataSubmission appVersion(String appVersion)
public String getAppVersion()
public void setAppVersion(String appVersion)
public HealthDataSubmission createdOn(DateTime createdOn)
public DateTime getCreatedOn()
public void setCreatedOn(DateTime createdOn)
public HealthDataSubmission data(Object data)
public Object getData()
public void setData(Object data)
public HealthDataSubmission metadata(Object metadata)
public Object getMetadata()
public void setMetadata(Object metadata)
public HealthDataSubmission phoneInfo(String phoneInfo)
public String getPhoneInfo()
public void setPhoneInfo(String phoneInfo)
public HealthDataSubmission schemaId(String schemaId)
public String getSchemaId()
public void setSchemaId(String schemaId)
public HealthDataSubmission schemaRevision(Long schemaRevision)
public Long getSchemaRevision()
public void setSchemaRevision(Long schemaRevision)
public HealthDataSubmission surveyCreatedOn(DateTime surveyCreatedOn)
public DateTime getSurveyCreatedOn()
public void setSurveyCreatedOn(DateTime surveyCreatedOn)
public HealthDataSubmission surveyGuid(String surveyGuid)
public String getSurveyGuid()
public void setSurveyGuid(String surveyGuid)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.