Package dev.pcvolkmer.mv64e.model
Class SomaticNgsReportResults.Builder
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.SomaticNgsReportResults.Builder
-
- Enclosing class:
- SomaticNgsReportResults
public static class SomaticNgsReportResults.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description Builder()protectedBuilder(SomaticNgsReportResults instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SomaticNgsReportResults.Builderbrcaness(@Nullable Brcaness brcaness)SomaticNgsReportResultsbuild()SomaticNgsReportResults.BuildercopyNumberVariants(@Nullable java.util.List<Cnv> copyNumberVariants)SomaticNgsReportResults.BuilderdnaFusions(@Nullable java.util.List<DnaFusion> dnaFusions)SomaticNgsReportResults.BuilderhrdScore(@Nullable HrdScore hrdScore)SomaticNgsReportResults.BuilderrnaFusions(@Nullable java.util.List<RnaFusion> rnaFusions)SomaticNgsReportResults.BuilderrnaSeqs(@Nullable java.util.List<RnaSeq> rnaSeqs)SomaticNgsReportResults.BuildersimpleVariants(@Nullable java.util.List<Snv> simpleVariants)SomaticNgsReportResults.Buildertmb(@Nullable Tmb tmb)java.lang.StringtoString()SomaticNgsReportResults.BuildertumorCellContent(@Nullable TumorCellContent tumorCellContent)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
protected Builder(SomaticNgsReportResults instance)
-
-
Method Detail
-
rnaSeqs
public SomaticNgsReportResults.Builder rnaSeqs(@Nullable java.util.List<RnaSeq> rnaSeqs)
-
tmb
public SomaticNgsReportResults.Builder tmb(@Nullable Tmb tmb)
-
simpleVariants
public SomaticNgsReportResults.Builder simpleVariants(@Nullable java.util.List<Snv> simpleVariants)
-
hrdScore
public SomaticNgsReportResults.Builder hrdScore(@Nullable HrdScore hrdScore)
-
copyNumberVariants
public SomaticNgsReportResults.Builder copyNumberVariants(@Nullable java.util.List<Cnv> copyNumberVariants)
-
tumorCellContent
public SomaticNgsReportResults.Builder tumorCellContent(@Nullable TumorCellContent tumorCellContent)
-
dnaFusions
public SomaticNgsReportResults.Builder dnaFusions(@Nullable java.util.List<DnaFusion> dnaFusions)
-
rnaFusions
public SomaticNgsReportResults.Builder rnaFusions(@Nullable java.util.List<RnaFusion> rnaFusions)
-
brcaness
public SomaticNgsReportResults.Builder brcaness(@Nullable Brcaness brcaness)
-
build
public SomaticNgsReportResults build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-