public class

BoxFolderImpl

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

Summary

Fields
private String folderId folder id.
private String folderName folder name.
private String folderTypeId folder type id.
private String parentFolderId parent folder id.
private String password password to access this folder.
private String path path.
private String publicName public name.
private String shared folder share flag.
private String showComments show comments.
private String userId user id.
Public Constructors
BoxFolderImpl()
Public Methods
String getFolderId()
String getFolderName()
String getFolderTypeId()
String getParentFolderId()
String getPassword()
String getPath()
String getPublicName()
String getShared()
String getShowComments()
String getUserId()
void setFolderId(String folderId)
void setFolderName(String folderName)
void setFolderTypeId(String folderTypeId)
void setParentFolderId(String parentFolderId)
void setPassword(String password)
void setPath(String path)
void setPublicName(String publicName)
void setShared(String shared)
void setShowComments(String showComments)
void setUserId(String userId)
[Expand]
Inherited Methods
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.objects.BoxFolder

Fields

private String folderId

folder id.

private String folderName

folder name.

private String folderTypeId

folder type id.

private String parentFolderId

parent folder id.

private String password

password to access this folder.

private String path

path.

private String publicName

public name.

private String shared

folder share flag.

private String showComments

show comments.

private String userId

user id.

Public Constructors

public BoxFolderImpl ()

Public Methods

public String getFolderId ()

Returns
  • the folderId

public String getFolderName ()

Returns
  • the folderName

public String getFolderTypeId ()

Returns
  • the folderTypeId

public String getParentFolderId ()

Returns
  • the parentFolderId

public String getPassword ()

Returns
  • the password

public String getPath ()

Returns
  • the path

public String getPublicName ()

Returns
  • the publicName

public String getShared ()

Returns
  • the shared

public String getShowComments ()

Returns
  • the showComments

public String getUserId ()

Returns
  • the userId

public void setFolderId (String folderId)

Parameters
folderId The folderId to set

public void setFolderName (String folderName)

Parameters
folderName The folderName to set

public void setFolderTypeId (String folderTypeId)

Parameters
folderTypeId The folderTypeId to set

public void setParentFolderId (String parentFolderId)

Parameters
parentFolderId The parentFolderId to set

public void setPassword (String password)

Parameters
password The password to set

public void setPath (String path)

Parameters
path The path to set

public void setPublicName (String publicName)

Parameters
publicName The publicName to set

public void setShared (String shared)

Parameters
shared The shared to set

public void setShowComments (String showComments)

Parameters
showComments The showComments to set

public void setUserId (String userId)

Parameters
userId The userId to set