Class DataSetFileDTO
- java.lang.Object
-
- ch.systemsx.cisd.openbis.dss.generic.shared.api.v1.DataSetFileDTO
-
- All Implemented Interfaces:
java.io.Serializable
@JsonObject("DataSetFileDTO") public class DataSetFileDTO extends java.lang.Object implements java.io.SerializableRepresents a reference to a file/folder within a data set.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSetFileDTO(java.lang.String dataSetCode, java.lang.String path, boolean isRecursive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataSetCode()The code of the data set that owns this filejava.lang.StringgetPath()The path within the data set of the filebooleanisRecursive()If true, this object includes sub foldersjava.lang.StringtoString()
-
-
-
Method Detail
-
getDataSetCode
public java.lang.String getDataSetCode()
The code of the data set that owns this file
-
getPath
public java.lang.String getPath()
The path within the data set of the file
-
isRecursive
public boolean isRecursive()
If true, this object includes sub folders
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-