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

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

    • PhysicalData

      public PhysicalData()
  • Method Details

    • getFetchOptions

      public PhysicalDataFetchOptions getFetchOptions()
    • setFetchOptions

      public void setFetchOptions(PhysicalDataFetchOptions fetchOptions)
    • getShareId

      public String getShareId()
    • setShareId

      public void setShareId(String shareId)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getSize

      public Long getSize()
    • setSize

      public void setSize(Long size)
    • getStorageFormat

      public StorageFormat getStorageFormat()
    • setStorageFormat

      public void setStorageFormat(StorageFormat storageFormat)
    • getLocatorType

      public LocatorType getLocatorType()
    • setLocatorType

      public void setLocatorType(LocatorType locatorType)
    • getComplete

      public Complete getComplete()
    • setComplete

      public void setComplete(Complete complete)
    • getStatus

      public ArchivingStatus getStatus()
    • setStatus

      public void setStatus(ArchivingStatus status)
    • isPresentInArchive

      public Boolean isPresentInArchive()
    • setPresentInArchive

      public void setPresentInArchive(Boolean presentInArchive)
    • isStorageConfirmation

      public Boolean isStorageConfirmation()
    • setStorageConfirmation

      public void setStorageConfirmation(Boolean storageConfirmation)
    • getSpeedHint

      public Integer getSpeedHint()
    • setSpeedHint

      public void setSpeedHint(Integer speedHint)
    • isArchivingRequested

      public Boolean isArchivingRequested()
    • setArchivingRequested

      public void setArchivingRequested(Boolean archivingRequested)
    • isUnarchivingRequested

      public Boolean isUnarchivingRequested()
    • setUnarchivingRequested

      public void setUnarchivingRequested(Boolean unarchivingRequested)
    • isH5Folders

      public Boolean isH5Folders()
    • setH5Folders

      public void setH5Folders(Boolean h5Folders)
    • isH5arFolders

      public Boolean isH5arFolders()
    • setH5arFolders

      public void setH5arFolders(Boolean h5arFolders)
    • toString

      public String toString()
      Overrides:
      toString in class Object