@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2024-01-08T21:27:32.920Z") public class SharedModuleImportStatus extends Object
Constructor and Description |
---|
SharedModuleImportStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SharedModuleType |
getModuleType()
Get moduleType
|
String |
getSchemaId()
Schema ID, if this module is a schema.
|
Integer |
getSchemaRevision()
Schema revision, if this module is a schema.
|
String |
getSurveyCreatedOn()
Survey created-on timestamp (as an ISO8601 timestamp), if this module is a survey.
|
String |
getSurveyGuid()
Survey GUID, if this module is a survey.
|
String |
getType()
SharedModuleImportStatus
|
int |
hashCode() |
SharedModuleImportStatus |
schemaId(String schemaId) |
SharedModuleImportStatus |
schemaRevision(Integer schemaRevision) |
void |
setSchemaId(String schemaId) |
void |
setSchemaRevision(Integer schemaRevision) |
void |
setSurveyCreatedOn(String surveyCreatedOn) |
void |
setSurveyGuid(String surveyGuid) |
SharedModuleImportStatus |
surveyCreatedOn(String surveyCreatedOn) |
SharedModuleImportStatus |
surveyGuid(String surveyGuid) |
String |
toString() |
public SharedModuleType getModuleType()
public SharedModuleImportStatus schemaId(String schemaId)
public String getSchemaId()
public void setSchemaId(String schemaId)
public SharedModuleImportStatus schemaRevision(Integer schemaRevision)
public Integer getSchemaRevision()
public void setSchemaRevision(Integer schemaRevision)
public SharedModuleImportStatus surveyCreatedOn(String surveyCreatedOn)
public String getSurveyCreatedOn()
public void setSurveyCreatedOn(String surveyCreatedOn)
public SharedModuleImportStatus surveyGuid(String surveyGuid)
public String getSurveyGuid()
public void setSurveyGuid(String surveyGuid)
public String getType()
Copyright © 2024 Sage Bionetworks. All rights reserved.