cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
Class BoxFileImpl
java.lang.Object
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxFileImpl
- All Implemented Interfaces:
- BoxFile
public class BoxFileImpl
- extends java.lang.Object
- implements BoxFile
- Author:
- Jimmy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoxFileImpl
public BoxFileImpl()
getFileId
public java.lang.String getFileId()
- Specified by:
getFileId
in interface BoxFile
- Returns:
- the fileId
setFileId
public void setFileId(java.lang.String fileId)
- Specified by:
setFileId
in interface BoxFile
- Parameters:
fileId
- the fileId to set
getFileName
public java.lang.String getFileName()
- Specified by:
getFileName
in interface BoxFile
- Returns:
- the fileName
setFileName
public void setFileName(java.lang.String fileName)
- Specified by:
setFileName
in interface BoxFile
- Parameters:
fileName
- the fileName to set
getFolderId
public java.lang.String getFolderId()
- Specified by:
getFolderId
in interface BoxFile
- Returns:
- the folderId
setFolderId
public void setFolderId(java.lang.String folderId)
- Specified by:
setFolderId
in interface BoxFile
- Parameters:
folderId
- the folderId to set
isShared
public boolean isShared()
- Specified by:
isShared
in interface BoxFile
- Returns:
- the shared
setShared
public void setShared(boolean shared)
- Specified by:
setShared
in interface BoxFile
- Parameters:
shared
- the shared to set
getSharedName
public java.lang.String getSharedName()
- Specified by:
getSharedName
in interface BoxFile
- Returns:
- the sharedName
setSharedName
public void setSharedName(java.lang.String sharedName)
- Specified by:
setSharedName
in interface BoxFile
- Parameters:
sharedName
- the sharedName to set
getSize
public long getSize()
- Specified by:
getSize
in interface BoxFile
- Returns:
- the size
setSize
public void setSize(long size)
- Specified by:
setSize
in interface BoxFile
- Parameters:
size
- the size to set
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface BoxFile
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface BoxFile
- Parameters:
description
- the description to set
getSha1
public java.lang.String getSha1()
- Specified by:
getSha1
in interface BoxFile
- Returns:
- the sha1
setSha1
public void setSha1(java.lang.String sha1)
- Specified by:
setSha1
in interface BoxFile
- Parameters:
sha1
- the sha1 to set
getCreated
public long getCreated()
- Specified by:
getCreated
in interface BoxFile
- Returns:
- the created
setCreated
public void setCreated(long created)
- Specified by:
setCreated
in interface BoxFile
- Parameters:
created
- the created to set
getUpdated
public long getUpdated()
- Specified by:
getUpdated
in interface BoxFile
- Returns:
- the updated
setUpdated
public void setUpdated(long updated)
- Specified by:
setUpdated
in interface BoxFile
- Parameters:
updated
- the updated to set