public class BrAPICallSet extends Object
| Constructor and Description |
|---|
BrAPICallSet() |
| Modifier and Type | Method and Description |
|---|---|
BrAPICallSet |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPICallSet |
addVariantSetDbIdsItem(String variantSetDbIdsItem) |
BrAPICallSet |
callSetDbId(String callSetDbId) |
BrAPICallSet |
callSetName(String callSetName) |
BrAPICallSet |
created(OffsetDateTime created) |
boolean |
equals(Object o) |
BrAPICallSet |
externalReferences(List<BrAPIExternalReference> externalReferences) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
String |
getCallSetDbId()
The call set ID.
|
String |
getCallSetName()
The call set name.
|
@Valid OffsetDateTime |
getCreated()
The date this call set was created
|
List<BrAPIExternalReference> |
getExternalReferences()
Get externalReferences
|
String |
getSampleDbId()
The Biosample entity the call set data was generated from.
|
String |
getStudyDbId()
The ID which uniquely identifies a study within the given database server
|
@Valid OffsetDateTime |
getUpdated()
The time at which this call set was last updated
|
List<String> |
getVariantSetDbIds()
The IDs of the variant sets this call set has calls in.
|
int |
hashCode() |
BrAPICallSet |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
BrAPICallSet |
sampleDbId(String sampleDbId) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setCallSetDbId(String callSetDbId) |
void |
setCallSetName(String callSetName) |
void |
setCreated(OffsetDateTime created) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setSampleDbId(String sampleDbId) |
void |
setStudyDbId(String studyDbId) |
void |
setUpdated(OffsetDateTime updated) |
void |
setVariantSetDbIds(List<String> variantSetDbIds) |
BrAPICallSet |
studyDbId(String studyDbId) |
String |
toString() |
BrAPICallSet |
updated(OffsetDateTime updated) |
BrAPICallSet |
variantSetDbIds(List<String> variantSetDbIds) |
public BrAPICallSet additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPICallSet putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPICallSet callSetDbId(String callSetDbId)
public String getCallSetDbId()
public void setCallSetDbId(String callSetDbId)
public BrAPICallSet callSetName(String callSetName)
public String getCallSetName()
public void setCallSetName(String callSetName)
public BrAPICallSet created(OffsetDateTime created)
@Valid public @Valid OffsetDateTime getCreated()
public void setCreated(OffsetDateTime created)
public BrAPICallSet externalReferences(List<BrAPIExternalReference> externalReferences)
public List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPICallSet sampleDbId(String sampleDbId)
public String getSampleDbId()
public void setSampleDbId(String sampleDbId)
public BrAPICallSet studyDbId(String studyDbId)
public String getStudyDbId()
public void setStudyDbId(String studyDbId)
public BrAPICallSet updated(OffsetDateTime updated)
@Valid public @Valid OffsetDateTime getUpdated()
public void setUpdated(OffsetDateTime updated)
public BrAPICallSet variantSetDbIds(List<String> variantSetDbIds)
public BrAPICallSet addVariantSetDbIdsItem(String variantSetDbIdsItem)
public List<String> getVariantSetDbIds()
Copyright © 2023. All rights reserved.