public class BrAPIPlateNewRequest extends Object
| Constructor and Description |
|---|
BrAPIPlateNewRequest() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlateNewRequest |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
boolean |
equals(Object o) |
BrAPIPlateNewRequest |
externalReferences(List<BrAPIExternalReference> externalReferences) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
@Valid List<BrAPIExternalReference> |
getExternalReferences()
Get externalReferences
|
String |
getPlateBarcode()
A unique identifier physically attached to a `Plate`
|
BrAPIPlateFormat |
getPlateFormat()
Enum for plate formats, usually \"PLATE_96\" for a 96 well plate or \"TUBES\" for plateless format
|
String |
getPlateName()
A human readable name for a `Plate`
|
String |
getProgramDbId()
The ID which uniquely identifies a `Program` within the given database server
|
BrAPISampleTypeEnum |
getSampleType()
The type of samples taken.
|
String |
getStudyDbId()
The ID which uniquely identifies a `Study` within the given database server
|
String |
getTrialDbId()
The ID which uniquely identifies a `Trial` within the given database server
|
int |
hashCode() |
BrAPIPlateNewRequest |
plateBarcode(String plateBarcode) |
BrAPIPlateNewRequest |
plateFormat(BrAPIPlateFormat plateFormat) |
BrAPIPlateNewRequest |
plateName(String plateName) |
BrAPIPlateNewRequest |
programDbId(String programDbId) |
BrAPIPlateNewRequest |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
BrAPIPlateNewRequest |
sampleType(BrAPISampleTypeEnum sampleType) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setPlateBarcode(String plateBarcode) |
void |
setPlateFormat(BrAPIPlateFormat plateFormat) |
void |
setPlateName(String plateName) |
void |
setProgramDbId(String programDbId) |
void |
setSampleType(BrAPISampleTypeEnum sampleType) |
void |
setStudyDbId(String studyDbId) |
void |
setTrialDbId(String trialDbId) |
BrAPIPlateNewRequest |
studyDbId(String studyDbId) |
String |
toString() |
BrAPIPlateNewRequest |
trialDbId(String trialDbId) |
public BrAPIPlateNewRequest additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIPlateNewRequest putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIPlateNewRequest externalReferences(List<BrAPIExternalReference> externalReferences)
@Valid public @Valid List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPIPlateNewRequest plateBarcode(String plateBarcode)
public String getPlateBarcode()
public void setPlateBarcode(String plateBarcode)
public BrAPIPlateNewRequest plateFormat(BrAPIPlateFormat plateFormat)
public BrAPIPlateFormat getPlateFormat()
public void setPlateFormat(BrAPIPlateFormat plateFormat)
public BrAPIPlateNewRequest plateName(String plateName)
public String getPlateName()
public void setPlateName(String plateName)
public BrAPIPlateNewRequest programDbId(String programDbId)
public String getProgramDbId()
public void setProgramDbId(String programDbId)
public BrAPIPlateNewRequest sampleType(BrAPISampleTypeEnum sampleType)
public BrAPISampleTypeEnum getSampleType()
public void setSampleType(BrAPISampleTypeEnum sampleType)
public BrAPIPlateNewRequest studyDbId(String studyDbId)
public String getStudyDbId()
public void setStudyDbId(String studyDbId)
public BrAPIPlateNewRequest trialDbId(String trialDbId)
public String getTrialDbId()
public void setTrialDbId(String trialDbId)
Copyright © 2023. All rights reserved.