Class DatasetsWebService.CurationDetailsCommit

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

public static class DatasetsWebService.CurationDetailsCommit extends Object
curationDetails section. Only curationNote commits here; the flags go through the ticket layer.
Author:
tesarst
  • Constructor Details

    • CurationDetailsCommit

      public CurationDetailsCommit()
  • Method Details

    • getTroubled

      @Nullable public Boolean getTroubled()
    • getNeedsAttention

      @Nullable public Boolean getNeedsAttention()
    • getCurationNote

      @Nullable public String getCurationNote()
    • setTroubled

      public void setTroubled(@Nullable Boolean troubled)
    • setNeedsAttention

      public void setNeedsAttention(@Nullable Boolean needsAttention)
    • setCurationNote

      public void setCurationNote(@Nullable String curationNote)
    • 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