@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-07-13T01:30:51.265Z") public class StudyConsent extends Object
Constructor and Description |
---|
StudyConsent() |
Modifier and Type | Method and Description |
---|---|
StudyConsent |
createdOn(DateTime createdOn) |
StudyConsent |
documentContent(String documentContent) |
boolean |
equals(Object o) |
DateTime |
getCreatedOn()
The time the document was created on the server.
|
String |
getDocumentContent()
A valid XHTML document describing the consent.
|
String |
getSubpopulationGuid()
The guid of the subpopulation to which this consent belongs.
|
String |
getType()
StudyConsent
|
int |
hashCode() |
void |
setCreatedOn(DateTime createdOn) |
void |
setDocumentContent(String documentContent) |
void |
setSubpopulationGuid(String subpopulationGuid) |
StudyConsent |
subpopulationGuid(String subpopulationGuid) |
String |
toString() |
public StudyConsent subpopulationGuid(String subpopulationGuid)
public String getSubpopulationGuid()
public void setSubpopulationGuid(String subpopulationGuid)
public StudyConsent createdOn(DateTime createdOn)
public DateTime getCreatedOn()
public void setCreatedOn(DateTime createdOn)
public StudyConsent documentContent(String documentContent)
public String getDocumentContent()
public void setDocumentContent(String documentContent)
public String getType()
Copyright © 2023 Sage Bionetworks. All rights reserved.