public class

BoxFileImpl

extends Object
implements BoxFile
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxFileImpl

Summary

Fields
private long created created time.
private String description file description.
private String fileId file id.
private String fileName file name.
private String folderId folder id.
private String sha1 sha1 value, used to verify file content.
private boolean shared shared flag.
private String sharedName shared name.
private long size file size.
private long updated updated time.
Public Constructors
BoxFileImpl()
Public Methods
long getCreated()
String getDescription()
String getFileId()
String getFileName()
String getFolderId()
String getSha1()
String getSharedName()
long getSize()
long getUpdated()
boolean isShared()
void setCreated(long created)
void setDescription(String description)
void setFileId(String fileId)
void setFileName(String fileName)
void setFolderId(String folderId)
void setSha1(String sha1)
void setShared(boolean shared)
void setSharedName(String sharedName)
void setSize(long size)
void setUpdated(long updated)
[Expand]
Inherited Methods
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.objects.BoxFile

Fields

private long created

created time.

private String description

file description.

private String fileId

file id.

private String fileName

file name.

private String folderId

folder id.

private String sha1

sha1 value, used to verify file content.

private boolean shared

shared flag.

private String sharedName

shared name.

private long size

file size.

private long updated

updated time.

Public Constructors

public BoxFileImpl ()

Public Methods

public long getCreated ()

Returns
  • the created

public String getDescription ()

Returns
  • the description

public String getFileId ()

Returns
  • the fileId

public String getFileName ()

Returns
  • the fileName

public String getFolderId ()

Returns
  • the folderId

public String getSha1 ()

Returns
  • the sha1

public String getSharedName ()

Returns
  • the sharedName

public long getSize ()

Returns
  • the size

public long getUpdated ()

Returns
  • the updated

public boolean isShared ()

Returns
  • the shared

public void setCreated (long created)

Parameters
created The created to set

public void setDescription (String description)

Parameters
description The description to set

public void setFileId (String fileId)

Parameters
fileId The fileId to set

public void setFileName (String fileName)

Parameters
fileName The fileName to set

public void setFolderId (String folderId)

Parameters
folderId The folderId to set

public void setSha1 (String sha1)

Parameters
sha1 The sha1 to set

public void setShared (boolean shared)

Parameters
shared The shared to set

public void setSharedName (String sharedName)

Parameters
sharedName The sharedName to set

public void setSize (long size)

Parameters
size The size to set

public void setUpdated (long updated)

Parameters
updated The updated to set