@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class AssessmentInfo extends Object
Constructor and Description |
---|
AssessmentInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAppId()
Get appId
|
ColorScheme |
getColorScheme()
Get colorScheme
|
String |
getConfigUrl()
The URL to download the configuration associated with this assessment.
|
String |
getGuid()
Each assessment revision is assigned a unique GUID which can be used to retrieve it through the API.
|
String |
getIdentifier()
A human-readable identifier for an assessment, which can have one or more revisions.
|
ImageResource |
getImageResource()
Get imageResource
|
String |
getKey()
Because assessments can be configured with different display information, they are not referenced in the schedule portion of a timeline by their GUIDs.
|
String |
getLabel()
Get label
|
Integer |
getMinutesToComplete()
The number of minutes it takes for a participant to complete this assessment.
|
Integer |
getRevision()
The revision of the assessment under the given identifier (the identifier and the revision together are mapped to a single GUID which can be used to reference the assessment; only the GUID is required in this object).
|
String |
getType()
AssessmentInfo
|
int |
hashCode() |
AssessmentInfo |
imageResource(ImageResource imageResource) |
void |
setImageResource(ImageResource imageResource) |
String |
toString() |
public String getKey()
public String getGuid()
public String getAppId()
public String getIdentifier()
public Integer getRevision()
public String getLabel()
public Integer getMinutesToComplete()
public ColorScheme getColorScheme()
public String getConfigUrl()
public AssessmentInfo imageResource(ImageResource imageResource)
public ImageResource getImageResource()
public void setImageResource(ImageResource imageResource)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.