Class PhysicalDataCreation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.create.PhysicalDataCreation
- All Implemented Interfaces:
ICreation,Serializable
@JsonObject("as.dto.dataset.create.PhysicalDataCreation")
public class PhysicalDataCreation
extends Object
implements ICreation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSize()booleanbooleanbooleanbooleanvoidsetArchivingRequested(boolean archivingRequested) voidsetComplete(Complete complete) voidsetH5arFolders(boolean h5arFolders) voidsetH5Folders(boolean h5Folders) voidsetLocation(String location) voidsetLocatorTypeId(ILocatorTypeId locatorTypeId) voidsetShareId(String shareId) voidvoidsetSpeedHint(Integer speedHint) voidsetStorageFormatId(IStorageFormatId storageFormatId) voidsetUnarchivingRequested(boolean unarchivingRequested) toString()
-
Constructor Details
-
PhysicalDataCreation
public PhysicalDataCreation()
-
-
Method Details
-
getLocation
-
setLocation
-
getSize
-
setSize
-
getStorageFormatId
-
setStorageFormatId
-
getLocatorTypeId
-
setLocatorTypeId
-
getComplete
-
setComplete
-
getSpeedHint
-
setSpeedHint
-
isH5Folders
public boolean isH5Folders() -
setH5Folders
public void setH5Folders(boolean h5Folders) -
isH5arFolders
public boolean isH5arFolders() -
setH5arFolders
public void setH5arFolders(boolean h5arFolders) -
isArchivingRequested
public boolean isArchivingRequested() -
setArchivingRequested
public void setArchivingRequested(boolean archivingRequested) -
isUnarchivingRequested
public boolean isUnarchivingRequested() -
setUnarchivingRequested
public void setUnarchivingRequested(boolean unarchivingRequested) -
toString