Package dev.pcvolkmer.mv64e.model
Class SomaticNgsReport.Builder
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.SomaticNgsReport.Builder
-
- Enclosing class:
- SomaticNgsReport
public static class SomaticNgsReport.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description Builder()protectedBuilder(SomaticNgsReport instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SomaticNgsReportbuild()SomaticNgsReport.Builderid(java.lang.String id)SomaticNgsReport.BuilderissuedOn(java.util.Date issuedOn)SomaticNgsReport.Buildermetadata(java.util.List<NgsReportMetadata> metadata)SomaticNgsReport.Builderpatient(Reference patient)SomaticNgsReport.Builderresults(SomaticNgsReportResults results)SomaticNgsReport.Builderspecimen(Reference specimen)java.lang.StringtoString()SomaticNgsReport.Buildertype(NgsReportTypeCoding type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
protected Builder(SomaticNgsReport instance)
-
-
Method Detail
-
metadata
public SomaticNgsReport.Builder metadata(java.util.List<NgsReportMetadata> metadata)
-
type
public SomaticNgsReport.Builder type(NgsReportTypeCoding type)
-
specimen
public SomaticNgsReport.Builder specimen(Reference specimen)
-
issuedOn
public SomaticNgsReport.Builder issuedOn(java.util.Date issuedOn)
-
patient
public SomaticNgsReport.Builder patient(Reference patient)
-
id
public SomaticNgsReport.Builder id(java.lang.String id)
-
results
public SomaticNgsReport.Builder results(SomaticNgsReportResults results)
-
build
public SomaticNgsReport build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-