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

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.RequestFriendsRequestImpl
All Implemented Interfaces:
BoxRequest, RequestFriendsRequest

public class RequestFriendsRequestImpl
extends BoxRequestImpl
implements RequestFriendsRequest

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
apiKey
 
Constructor Summary
RequestFriendsRequestImpl()
           
 
Method Summary
 java.lang.String getActionName()
          get action name.
 java.lang.String getAuthToken()
           
 java.lang.String[] getEmails()
           
 java.lang.String getMessage()
           
 java.lang.String[] getParams()
           
 void setAuthToken(java.lang.String authToken)
           
 void setEmails(java.lang.String[] emails)
           
 void setMessage(java.lang.String message)
           
 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

RequestFriendsRequestImpl

public RequestFriendsRequestImpl()
Method Detail

getAuthToken

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

setAuthToken

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

getEmails

public java.lang.String[] getEmails()
Specified by:
getEmails in interface RequestFriendsRequest
Returns:
the emails

setEmails

public void setEmails(java.lang.String[] emails)
Specified by:
setEmails in interface RequestFriendsRequest
Parameters:
emails - the emails to set

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface RequestFriendsRequest
Returns:
the message

setMessage

public void setMessage(java.lang.String message)
Specified by:
setMessage in interface RequestFriendsRequest
Parameters:
message - the message to set

getParams

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

setParams

public void setParams(java.lang.String[] params)
Specified by:
setParams in interface RequestFriendsRequest
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