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

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.GetFileInfoRequestImpl
All Implemented Interfaces:
BoxRequest, GetFileInfoRequest

public class GetFileInfoRequestImpl
extends BoxRequestImpl
implements GetFileInfoRequest

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
apiKey
 
Constructor Summary
GetFileInfoRequestImpl()
           
 
Method Summary
 java.lang.String getActionName()
          get action name.
 java.lang.String getAuthToken()
           
 java.lang.String getFileId()
           
 void setAuthToken(java.lang.String authToken)
           
 void setFileId(java.lang.String fileId)
           
 
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

GetFileInfoRequestImpl

public GetFileInfoRequestImpl()
Method Detail

getAuthToken

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

setAuthToken

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

getFileId

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

setFileId

public void setFileId(java.lang.String fileId)
Specified by:
setFileId in interface GetFileInfoRequest
Parameters:
fileId - the fileId 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