cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class GetAccountTreeRequestImpl

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetAccountTreeRequestImpl
All Implemented Interfaces:
BoxRequest, GetAccountTreeRequest

public class GetAccountTreeRequestImpl
extends BoxRequestImpl
implements GetAccountTreeRequest

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
apiKey
 
Constructor Summary
GetAccountTreeRequestImpl()
           
 
Method Summary
 java.lang.String getActionName()
          get action name.
 java.lang.String getAuthToken()
           
 java.lang.String getFolderId()
           
 java.lang.String[] getParams()
           
 void setAuthToken(java.lang.String authToken)
           
 void setFolderId(java.lang.String folderId)
           
 void setParams(java.lang.String[] params)
           
 
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
getApiKey, setApiKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
getApiKey, setApiKey
 

Constructor Detail

GetAccountTreeRequestImpl

public GetAccountTreeRequestImpl()
Method Detail

getAuthToken

public java.lang.String getAuthToken()
Specified by:
getAuthToken in interface GetAccountTreeRequest
Returns:
the authToken

setAuthToken

public void setAuthToken(java.lang.String authToken)
Specified by:
setAuthToken in interface GetAccountTreeRequest
Parameters:
authToken - the authToken to set

getFolderId

public java.lang.String getFolderId()
Specified by:
getFolderId in interface GetAccountTreeRequest
Returns:
the folderId

setFolderId

public void setFolderId(java.lang.String folderId)
Specified by:
setFolderId in interface GetAccountTreeRequest
Parameters:
folderId - the folderId to set

getParams

public java.lang.String[] getParams()
Specified by:
getParams in interface GetAccountTreeRequest
Returns:
the params

setParams

public void setParams(java.lang.String[] params)
Specified by:
setParams in interface GetAccountTreeRequest
Parameters:
params - the params to set

getActionName

public java.lang.String getActionName()
Description copied from class: BoxRequestImpl
get action name.

Specified by:
getActionName in interface BoxRequest
Specified by:
getActionName in class BoxRequestImpl
Returns:
action name