@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class ReportIndex extends Object
Constructor and Description |
---|
ReportIndex() |
Modifier and Type | Method and Description |
---|---|
ReportIndex |
_public(Boolean _public) |
ReportIndex |
addStudyIdsItem(String studyIdsItem) |
boolean |
equals(Object o) |
String |
getIdentifier()
The report identifier.
|
List<String> |
getStudyIds()
The studies these report records are associated to.
|
String |
getType()
ReportIndex
|
int |
hashCode() |
ReportIndex |
identifier(String identifier) |
Boolean |
isPublic()
Study reports can be marked as \"public\", which will make them accessible through the API to any requester (authentication is not required).
|
void |
setIdentifier(String identifier) |
void |
setPublic(Boolean _public) |
void |
setStudyIds(List<String> studyIds) |
ReportIndex |
studyIds(List<String> studyIds) |
String |
toString() |
public ReportIndex identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public ReportIndex studyIds(List<String> studyIds)
public ReportIndex addStudyIdsItem(String studyIdsItem)
public List<String> getStudyIds()
public ReportIndex _public(Boolean _public)
public Boolean isPublic()
public void setPublic(Boolean _public)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.