Class DatasetsWebService.DesignCommit

java.lang.Object
ubic.gemma.rest.DatasetsWebService.DesignCommit
Enclosing class:
DatasetsWebService

public static class DatasetsWebService.DesignCommit extends Object
The experimental-design section (CAB DesignCommit).
Author:
tesarst
  • Constructor Details

    • DesignCommit

      public DesignCommit()
  • Method Details

    • getFactors

    • getShouldSplitOnFactorId

      @Nullable public Long getShouldSplitOnFactorId()
      Curator split advice (factor id, or -1 for "do not split"); recorded in the curation note.
    • getShouldSplitRationale

      @Nullable public String getShouldSplitRationale()
    • setFactors

    • setShouldSplitOnFactorId

      public void setShouldSplitOnFactorId(@Nullable Long shouldSplitOnFactorId)
      Curator split advice (factor id, or -1 for "do not split"); recorded in the curation note.
    • setShouldSplitRationale

      public void setShouldSplitRationale(@Nullable String shouldSplitRationale)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object