public class FileInfo extends Object
FileInfo and File.| Constructor and Description |
|---|
FileInfo()
Creates a new instance.
|
public long getId()
public void setId(long id)
id - the file ID to set.public long getProjectId()
public void setProjectId(long projectId)
projectId - the project ID to set.public Long getBranchId()
public void setBranchId(Long branchId)
branchId - the branch ID to set.public Long getDirectoryId()
public void setDirectoryId(Long directoryId)
directoryId - the folder ID to set.public String getName()
public void setName(String name)
name - the file name to set.public String getTitle()
public void setTitle(String title)
title - the title to set.public String getContext()
public void setContext(String context)
context - the context to set.public String getPath()
public void setPath(String path)
path - the file path to set.public String getStatus()
public void setStatus(String status)
status - the file status to set.public Long getRevisionId()
public void setRevisionId(Long revisionId)
revisionId - the revision ID to set.public FileImportOptions getImportOptions()
FileImportOptions.public void setImportOptions(FileImportOptions importOptions)
importOptions - the FileImportOptions to set.public FileExportOptions getExportOptions()
FileExportOptions.public void setExportOptions(FileExportOptions exportOptions)
exportOptions - the FileExportOptions to set.public String[] getExcludedTargetLanguages()
excludedTargetLanguages array.public void setExcludedTargetLanguages(String[] excludedTargetLanguages)
excludedTargetLanguages - the excludedTargetLanguages array
to set.public Integer getParserVersion()
public void setParserVersion(Integer parserVersion)
parserVersion - the parser version to set.public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the creation time to set.public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
updatedAt - the update time to set.Copyright © 2024. All rights reserved.