cn.com.believer.songyuanframework.openapi.storage.box.objects
Interface BoxAbstractFile
- All Known Implementing Classes:
- BoxAbstractFileImpl
public interface BoxAbstractFile
- Author:
- Jimmy
getId
java.lang.String getId()
- Returns:
- the id
setId
void setId(java.lang.String id)
- Parameters:
id
- the id to set
getName
java.lang.String getName()
- Returns:
- the name
setName
void setName(java.lang.String name)
- Parameters:
name
- the name to set
getKeyword
java.lang.String getKeyword()
- Returns:
- the keyword
setKeyword
void setKeyword(java.lang.String keyword)
- Parameters:
keyword
- the keyword to set
isShared
boolean isShared()
- Returns:
- the shared
setShared
void setShared(boolean shared)
- Parameters:
shared
- the shared to set
getSize
long getSize()
- Returns:
- the size
setSize
void setSize(long size)
- Parameters:
size
- the size to set
isFolder
boolean isFolder()
- Returns:
- the isFolder
setFolder
void setFolder(boolean isFolder)
- Parameters:
isFolder
- the isFolder 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
getTags
java.util.List getTags()
- Returns:
- the tags
setTags
void setTags(java.util.List tags)
- Parameters:
tags
- the tags to set