public class

GetAccountTreeResponseImpl

extends BoxResponseImpl
implements GetAccountTreeResponse
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetAccountTreeResponseImpl

Summary

Fields
private String encodedTree base64 encoded string of XML content.
private DefaultMutableTreeNode tree a Java Swing tree structure, and each of tree node attached a BoxAbstractFile object, wich can be either file or folder.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
Public Constructors
GetAccountTreeResponseImpl()
Public Methods
String getEncodedTree()
DefaultMutableTreeNode getTree()
void setEncodedTree(String encodedTree)
void setTree(DefaultMutableTreeNode tree)
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.GetAccountTreeResponse

Fields

private String encodedTree

base64 encoded string of XML content.

private DefaultMutableTreeNode tree

a Java Swing tree structure, and each of tree node attached a BoxAbstractFile object, wich can be either file or folder.

Public Constructors

public GetAccountTreeResponseImpl ()

Public Methods

public String getEncodedTree ()

Returns
  • the encodedTree

public DefaultMutableTreeNode getTree ()

Returns
  • the tree

public void setEncodedTree (String encodedTree)

Parameters
encodedTree The encodedTree to set

public void setTree (DefaultMutableTreeNode tree)

Parameters
tree The tree to set