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

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.AddToMyBoxRequestImpl
All Implemented Interfaces:
AddToMyBoxRequest, BoxRequest

public class AddToMyBoxRequestImpl
extends BoxRequestImpl
implements AddToMyBoxRequest

Author:
jjia

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
apiKey
 
Constructor Summary
AddToMyBoxRequestImpl()
           
 
Method Summary
 java.lang.String getActionName()
          get action name.
 java.lang.String getAuthToken()
           
 java.lang.String getFileId()
           
 java.lang.String getFolderId()
           
 java.lang.String getPublicName()
           
 java.lang.String[] getTags()
           
 void setAuthToken(java.lang.String authToken)
           
 void setFileId(java.lang.String fileId)
           
 void setFolderId(java.lang.String folderId)
           
 void setPublicName(java.lang.String publicName)
           
 void setTags(java.lang.String[] tags)
           
 
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.AddToMyBoxRequest
getApiKey, setApiKey
 

Constructor Detail

AddToMyBoxRequestImpl

public AddToMyBoxRequestImpl()
Method Detail

getAuthToken

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

setAuthToken

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

getFileId

public java.lang.String getFileId()
Specified by:
getFileId in interface AddToMyBoxRequest
Returns:
the fileId

setFileId

public void setFileId(java.lang.String fileId)
Specified by:
setFileId in interface AddToMyBoxRequest
Parameters:
fileId - the fileId to set

getPublicName

public java.lang.String getPublicName()
Specified by:
getPublicName in interface AddToMyBoxRequest
Returns:
the publicName

setPublicName

public void setPublicName(java.lang.String publicName)
Specified by:
setPublicName in interface AddToMyBoxRequest
Parameters:
publicName - the publicName to set

getFolderId

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

setFolderId

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

getTags

public java.lang.String[] getTags()
Specified by:
getTags in interface AddToMyBoxRequest
Returns:
the tags

setTags

public void setTags(java.lang.String[] tags)
Specified by:
setTags in interface AddToMyBoxRequest
Parameters:
tags - the tags 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