@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class ConsentSignature extends Object
Constructor and Description |
---|
ConsentSignature() |
Modifier and Type | Method and Description |
---|---|
ConsentSignature |
birthdate(LocalDate birthdate) |
boolean |
equals(Object o) |
LocalDate |
getBirthdate()
The participant's date of birth in ISO 8601 format (YYYY-MM-DD).
|
String |
getImageData()
Base 64 encoded image of the participant's signature.
|
String |
getImageMimeType()
Mime type of this image (e.g.
|
String |
getName()
The participant's name.
|
SharingScope |
getScope()
Get scope
|
DateTime |
getSignedOn()
The date and time the referenced consent was signed and agreed to by the participant.
|
String |
getType()
ConsentSignature
|
DateTime |
getWithdrewOn()
The date and time the participant withdrew consent (can be blank).
|
int |
hashCode() |
ConsentSignature |
imageData(String imageData) |
ConsentSignature |
imageMimeType(String imageMimeType) |
ConsentSignature |
name(String name) |
ConsentSignature |
scope(SharingScope scope) |
void |
setBirthdate(LocalDate birthdate) |
void |
setImageData(String imageData) |
void |
setImageMimeType(String imageMimeType) |
void |
setName(String name) |
void |
setScope(SharingScope scope) |
String |
toString() |
public ConsentSignature name(String name)
public String getName()
public void setName(String name)
public ConsentSignature birthdate(LocalDate birthdate)
public LocalDate getBirthdate()
public void setBirthdate(LocalDate birthdate)
public ConsentSignature imageData(String imageData)
public String getImageData()
public void setImageData(String imageData)
public ConsentSignature imageMimeType(String imageMimeType)
public String getImageMimeType()
public void setImageMimeType(String imageMimeType)
public DateTime getSignedOn()
public DateTime getWithdrewOn()
public ConsentSignature scope(SharingScope scope)
public SharingScope getScope()
public void setScope(SharingScope scope)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.