public interface

BoxFile

cn.com.believer.songyuanframework.openapi.storage.box.objects.BoxFile
Known Indirect Subclasses

Summary

Public Methods
abstract long getCreated()
abstract String getDescription()
abstract String getFileId()
abstract String getFileName()
abstract String getFolderId()
abstract String getSha1()
abstract String getSharedName()
abstract long getSize()
abstract long getUpdated()
abstract boolean isShared()
abstract void setCreated(long created)
abstract void setDescription(String description)
abstract void setFileId(String fileId)
abstract void setFileName(String fileName)
abstract void setFolderId(String folderId)
abstract void setSha1(String sha1)
abstract void setShared(boolean shared)
abstract void setSharedName(String sharedName)
abstract void setSize(long size)
abstract void setUpdated(long updated)

Public Methods

public abstract long getCreated ()

Returns
  • the created

public abstract String getDescription ()

Returns
  • the description

public abstract String getFileId ()

Returns
  • the fileId

public abstract String getFileName ()

Returns
  • the fileName

public abstract String getFolderId ()

Returns
  • the folderId

public abstract String getSha1 ()

Returns
  • the sha1

public abstract String getSharedName ()

Returns
  • the sharedName

public abstract long getSize ()

Returns
  • the size

public abstract long getUpdated ()

Returns
  • the updated

public abstract boolean isShared ()

Returns
  • the shared

public abstract void setCreated (long created)

Parameters
created The created to set

public abstract void setDescription (String description)

Parameters
description The description to set

public abstract void setFileId (String fileId)

Parameters
fileId The fileId to set

public abstract void setFileName (String fileName)

Parameters
fileName The fileName to set

public abstract void setFolderId (String folderId)

Parameters
folderId The folderId to set

public abstract void setSha1 (String sha1)

Parameters
sha1 The sha1 to set

public abstract void setShared (boolean shared)

Parameters
shared The shared to set

public abstract void setSharedName (String sharedName)

Parameters
sharedName The sharedName to set

public abstract void setSize (long size)

Parameters
size The size to set

public abstract void setUpdated (long updated)

Parameters
updated The updated to set