cn.com.believer.songyuanframework.openapi.storage.box.objects
Interface BoxFile
- All Known Implementing Classes:
- BoxFileImpl
public interface BoxFile
- Author:
- Jimmy
getFileId
java.lang.String getFileId()
- Returns:
- the fileId
setFileId
void setFileId(java.lang.String fileId)
- Parameters:
fileId
- the fileId to set
getFileName
java.lang.String getFileName()
- Returns:
- the fileName
setFileName
void setFileName(java.lang.String fileName)
- Parameters:
fileName
- the fileName to set
getFolderId
java.lang.String getFolderId()
- Returns:
- the folderId
setFolderId
void setFolderId(java.lang.String folderId)
- Parameters:
folderId
- the folderId to set
isShared
boolean isShared()
- Returns:
- the shared
setShared
void setShared(boolean shared)
- Parameters:
shared
- the shared to set
getSharedName
java.lang.String getSharedName()
- Returns:
- the sharedName
setSharedName
void setSharedName(java.lang.String sharedName)
- Parameters:
sharedName
- the sharedName to set
getSize
long getSize()
- Returns:
- the size
setSize
void setSize(long size)
- Parameters:
size
- the size to set
getDescription
java.lang.String getDescription()
- Returns:
- the description
setDescription
void setDescription(java.lang.String description)
- Parameters:
description
- the description to set
getSha1
java.lang.String getSha1()
- Returns:
- the sha1
setSha1
void setSha1(java.lang.String sha1)
- Parameters:
sha1
- the sha1 to set
getCreated
long getCreated()
- Returns:
- the created
setCreated
void setCreated(long created)
- Parameters:
created
- the created to set
getUpdated
long getUpdated()
- Returns:
- the updated
setUpdated
void setUpdated(long updated)
- Parameters:
updated
- the updated to set