Class PhysicalData

  • All Implemented Interfaces:
    java.io.Serializable

    @JsonObject("as.dto.dataset.PhysicalData")
    public class PhysicalData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • PhysicalData

        public PhysicalData()
    • Method Detail

      • getShareId

        public java.lang.String getShareId()
      • setShareId

        public void setShareId​(java.lang.String shareId)
      • getLocation

        public java.lang.String getLocation()
      • setLocation

        public void setLocation​(java.lang.String location)
      • getSize

        public java.lang.Long getSize()
      • setSize

        public void setSize​(java.lang.Long size)
      • setStorageFormat

        public void setStorageFormat​(StorageFormat storageFormat)
      • getFileFormatType

        @Deprecated
        public FileFormatType getFileFormatType()
        Deprecated.
      • setFileFormatType

        @Deprecated
        public void setFileFormatType​(FileFormatType fileFormatType)
        Deprecated.
      • setLocatorType

        public void setLocatorType​(LocatorType locatorType)
      • getComplete

        public Complete getComplete()
      • setComplete

        public void setComplete​(Complete complete)
      • isPresentInArchive

        public java.lang.Boolean isPresentInArchive()
      • setPresentInArchive

        public void setPresentInArchive​(java.lang.Boolean presentInArchive)
      • isStorageConfirmation

        public java.lang.Boolean isStorageConfirmation()
      • setStorageConfirmation

        public void setStorageConfirmation​(java.lang.Boolean storageConfirmation)
      • getSpeedHint

        public java.lang.Integer getSpeedHint()
      • setSpeedHint

        public void setSpeedHint​(java.lang.Integer speedHint)
      • isArchivingRequested

        public java.lang.Boolean isArchivingRequested()
      • setArchivingRequested

        public void setArchivingRequested​(java.lang.Boolean archivingRequested)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object