Package com.aspose.tasks.cloud.model
Class FileVersion
java.lang.Object
com.aspose.tasks.cloud.model.StorageFile
com.aspose.tasks.cloud.model.FileVersion
File Version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFile Version ID.inthashCode()Specifies whether the file is (true) or is not (false) the latest version of an file.voidsetIsLatest(Boolean isLatest) voidsetVersionId(String versionId) toString()Methods inherited from class com.aspose.tasks.cloud.model.StorageFile
getModifiedDate, getName, getPath, getSize, isFolder, isIsFolder, modifiedDate, name, path, setIsFolder, setModifiedDate, setName, setPath, setSize, size
-
Constructor Details
-
FileVersion
public FileVersion()
-
-
Method Details
-
versionId
-
getVersionId
File Version ID.- Returns:
- versionId
-
setVersionId
-
isLatest
-
isIsLatest
Specifies whether the file is (true) or is not (false) the latest version of an file.- Returns:
- isLatest
-
setIsLatest
-
equals
- Overrides:
equalsin classStorageFile
-
hashCode
public int hashCode()- Overrides:
hashCodein classStorageFile
-
toString
- Overrides:
toStringin classStorageFile
-