@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-07-13T01:30:51.265Z") public class Assessment extends Object
Constructor and Description |
---|
Assessment() |
Modifier and Type | Method and Description |
---|---|
Assessment |
additionalMetadata(Object additionalMetadata) |
Assessment |
addLabelsItem(Label labelsItem) |
Assessment |
addTagsItem(String tagsItem) |
Assessment |
category(String category) |
Assessment |
colorScheme(ColorScheme colorScheme) |
Assessment |
customizationFields(Map<String,List<PropertyInfo>> customizationFields) |
Assessment |
deleted(Boolean deleted) |
boolean |
equals(Object o) |
Assessment |
frameworkIdentifier(String frameworkIdentifier) |
Object |
getAdditionalMetadata()
Additional metadata fields, expressed as a key-value map.
|
String |
getCategory()
The category of assessment.
|
ColorScheme |
getColorScheme()
Get colorScheme
|
DateTime |
getCreatedOn()
The date and time the assessment was created.
|
Map<String,List<PropertyInfo>> |
getCustomizationFields()
A map of AssessmentNode GUIDs to a set of field identifiers in that node that can be customized by developers without invalidating an assessment (the assessment will maintain its link to the shared assessment it was derived from, if any, and the authors of the assessment are confident that these changes to the configuration will not invalidate the scientific validity of the assessment).
|
String |
getFrameworkIdentifier()
The framework this assessment belongs to.
|
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 |
getJsonSchemaUrl()
A URL for a resource specifying a JSON schema for the archived results.
|
List<Label> |
getLabels()
A collection of labels for this assessment.
|
Integer |
getMaxAge()
The maximum age for which this assessment has been validated.
|
Integer |
getMinAge()
The minimum age for which this assessment has been validated.
|
Integer |
getMinutesToComplete()
The number of minutes it takes for a participant to complete this assessment.
|
DateTime |
getModifiedOn()
The date and time the assessment was last modified.
|
String |
getNormingStatus()
Get normingStatus
|
String |
getOriginGuid()
If this assessment was copied from a shared assessment, this will be the GUID of the shared assessment revision that was used to make this copy.
|
String |
getOsName()
The name of the operating system (conventional names are \"Android,\" \"iPhone OS,\" and \"Both\").
|
String |
getOwnerId()
The ID of the organization that owns this assessment.
|
Long |
getRevision()
Get revision
|
String |
getSummary()
Get summary
|
List<String> |
getTags()
A set of tags that apply to this assessment.
|
String |
getTitle()
A name for the assessment that is shown to study designers, but not to study participants if there are labels that can be shown instead.
|
String |
getType()
Assessment
|
String |
getValidationStatus()
Get validationStatus
|
Long |
getVersion()
The optimistic locking version of the assessment.
|
Assessment |
guid(String guid) |
int |
hashCode() |
Assessment |
identifier(String identifier) |
Assessment |
imageResource(ImageResource imageResource) |
Boolean |
isDeleted()
Has this assessment been logically deleted (an admin can restore it)?
|
Assessment |
jsonSchemaUrl(String jsonSchemaUrl) |
Assessment |
labels(List<Label> labels) |
Assessment |
maxAge(Integer maxAge) |
Assessment |
minAge(Integer minAge) |
Assessment |
minutesToComplete(Integer minutesToComplete) |
Assessment |
normingStatus(String normingStatus) |
Assessment |
originGuid(String originGuid) |
Assessment |
osName(String osName) |
Assessment |
ownerId(String ownerId) |
Assessment |
putCustomizationFieldsItem(String key,
List<PropertyInfo> customizationFieldsItem) |
Assessment |
revision(Long revision) |
void |
setAdditionalMetadata(Object additionalMetadata) |
void |
setCategory(String category) |
void |
setColorScheme(ColorScheme colorScheme) |
void |
setCustomizationFields(Map<String,List<PropertyInfo>> customizationFields) |
void |
setDeleted(Boolean deleted) |
void |
setFrameworkIdentifier(String frameworkIdentifier) |
void |
setGuid(String guid) |
void |
setIdentifier(String identifier) |
void |
setImageResource(ImageResource imageResource) |
void |
setJsonSchemaUrl(String jsonSchemaUrl) |
void |
setLabels(List<Label> labels) |
void |
setMaxAge(Integer maxAge) |
void |
setMinAge(Integer minAge) |
void |
setMinutesToComplete(Integer minutesToComplete) |
void |
setNormingStatus(String normingStatus) |
void |
setOriginGuid(String originGuid) |
void |
setOsName(String osName) |
void |
setOwnerId(String ownerId) |
void |
setRevision(Long revision) |
void |
setSummary(String summary) |
void |
setTags(List<String> tags) |
void |
setTitle(String title) |
void |
setValidationStatus(String validationStatus) |
void |
setVersion(Long version) |
Assessment |
summary(String summary) |
Assessment |
tags(List<String> tags) |
Assessment |
title(String title) |
String |
toString() |
Assessment |
validationStatus(String validationStatus) |
Assessment |
version(Long version) |
public Assessment guid(String guid)
public String getGuid()
public void setGuid(String guid)
public Assessment identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public Assessment revision(Long revision)
public Long getRevision()
public void setRevision(Long revision)
public Assessment ownerId(String ownerId)
public String getOwnerId()
public void setOwnerId(String ownerId)
public Assessment title(String title)
public String getTitle()
public void setTitle(String title)
public Assessment labels(List<Label> labels)
public Assessment addLabelsItem(Label labelsItem)
public List<Label> getLabels()
public Assessment colorScheme(ColorScheme colorScheme)
public ColorScheme getColorScheme()
public void setColorScheme(ColorScheme colorScheme)
public Assessment summary(String summary)
public String getSummary()
public void setSummary(String summary)
public Assessment osName(String osName)
public String getOsName()
public void setOsName(String osName)
public Assessment originGuid(String originGuid)
public String getOriginGuid()
public void setOriginGuid(String originGuid)
public Assessment validationStatus(String validationStatus)
public String getValidationStatus()
public void setValidationStatus(String validationStatus)
public Assessment normingStatus(String normingStatus)
public String getNormingStatus()
public void setNormingStatus(String normingStatus)
public Assessment minutesToComplete(Integer minutesToComplete)
public Integer getMinutesToComplete()
public void setMinutesToComplete(Integer minutesToComplete)
public Assessment tags(List<String> tags)
public Assessment addTagsItem(String tagsItem)
public List<String> getTags()
public Assessment customizationFields(Map<String,List<PropertyInfo>> customizationFields)
public Assessment putCustomizationFieldsItem(String key, List<PropertyInfo> customizationFieldsItem)
public Map<String,List<PropertyInfo>> getCustomizationFields()
public void setCustomizationFields(Map<String,List<PropertyInfo>> customizationFields)
public DateTime getCreatedOn()
public DateTime getModifiedOn()
public Assessment deleted(Boolean deleted)
public Boolean isDeleted()
public void setDeleted(Boolean deleted)
public Assessment version(Long version)
public Long getVersion()
public void setVersion(Long version)
public Assessment imageResource(ImageResource imageResource)
public ImageResource getImageResource()
public void setImageResource(ImageResource imageResource)
public Assessment frameworkIdentifier(String frameworkIdentifier)
public String getFrameworkIdentifier()
public void setFrameworkIdentifier(String frameworkIdentifier)
public Assessment jsonSchemaUrl(String jsonSchemaUrl)
public String getJsonSchemaUrl()
public void setJsonSchemaUrl(String jsonSchemaUrl)
public Assessment category(String category)
public String getCategory()
public void setCategory(String category)
public Assessment minAge(Integer minAge)
public Integer getMinAge()
public void setMinAge(Integer minAge)
public Assessment maxAge(Integer maxAge)
public Integer getMaxAge()
public void setMaxAge(Integer maxAge)
public Assessment additionalMetadata(Object additionalMetadata)
public Object getAdditionalMetadata()
public void setAdditionalMetadata(Object additionalMetadata)
public String getType()
Copyright © 2023 Sage Bionetworks. All rights reserved.