@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class CompoundActivity extends Object
Constructor and Description |
---|
CompoundActivity() |
Modifier and Type | Method and Description |
---|---|
CompoundActivity |
addSchemaListItem(SchemaReference schemaListItem) |
CompoundActivity |
addSurveyListItem(SurveyReference surveyListItem) |
boolean |
equals(Object o) |
List<SchemaReference> |
getSchemaList()
Get schemaList
|
List<SurveyReference> |
getSurveyList()
Get surveyList
|
String |
getTaskIdentifier()
Task ID, used to uniquely identify the compound activity and to resolve the compound activity reference from the compound activity definition, where applicable.
|
String |
getType()
CompoundActivity
|
int |
hashCode() |
CompoundActivity |
schemaList(List<SchemaReference> schemaList) |
void |
setSchemaList(List<SchemaReference> schemaList) |
void |
setSurveyList(List<SurveyReference> surveyList) |
void |
setTaskIdentifier(String taskIdentifier) |
CompoundActivity |
surveyList(List<SurveyReference> surveyList) |
CompoundActivity |
taskIdentifier(String taskIdentifier) |
String |
toString() |
public CompoundActivity schemaList(List<SchemaReference> schemaList)
public CompoundActivity addSchemaListItem(SchemaReference schemaListItem)
public List<SchemaReference> getSchemaList()
public void setSchemaList(List<SchemaReference> schemaList)
public CompoundActivity surveyList(List<SurveyReference> surveyList)
public CompoundActivity addSurveyListItem(SurveyReference surveyListItem)
public List<SurveyReference> getSurveyList()
public void setSurveyList(List<SurveyReference> surveyList)
public CompoundActivity taskIdentifier(String taskIdentifier)
public String getTaskIdentifier()
public void setTaskIdentifier(String taskIdentifier)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.