java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.deletion.Deletion
All Implemented Interfaces:
Serializable

@JsonObject("as.dto.deletion.Deletion") public class Deletion extends Object implements Serializable
See Also:
  • Constructor Details

    • Deletion

      public Deletion()
  • Method Details

    • getFetchOptions

      public DeletionFetchOptions getFetchOptions()
    • setFetchOptions

      public void setFetchOptions(DeletionFetchOptions fetchOptions)
    • getId

      public IDeletionId getId()
    • setId

      public void setId(IDeletionId id)
    • getReason

      public String getReason()
    • setReason

      public void setReason(String reason)
    • getTotalSamplesCount

      public int getTotalSamplesCount()
    • setTotalSamplesCount

      public void setTotalSamplesCount(int totalSamplesCount)
    • getTotalDataSetsCount

      public int getTotalDataSetsCount()
    • setTotalDataSetsCount

      public void setTotalDataSetsCount(int totalDataSetsCount)
    • getTotalExperimentsCount

      public int getTotalExperimentsCount()
    • setTotalExperimentsCount

      public void setTotalExperimentsCount(int totalExperimentsCount)
    • getDeletedObjects

      public List<DeletedObject> getDeletedObjects()
    • setDeletedObjects

      public void setDeletedObjects(List<DeletedObject> deletedObjects)
    • getDeletionDate

      public Date getDeletionDate()
    • setDeletionDate

      public void setDeletionDate(Date deletionDate)
    • toString

      public String toString()
      Overrides:
      toString in class Object