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

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.GetAuthTokenRequestImpl
All Implemented Interfaces:
BoxRequest, GetAuthTokenRequest

public class GetAuthTokenRequestImpl
extends BoxRequestImpl
implements GetAuthTokenRequest

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
apiKey
 
Constructor Summary
GetAuthTokenRequestImpl()
           
 
Method Summary
 java.lang.String getActionName()
          get action name.
 java.lang.String getTicket()
           
 void setTicket(java.lang.String ticket)
           
 
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

GetAuthTokenRequestImpl

public GetAuthTokenRequestImpl()
Method Detail

getTicket

public java.lang.String getTicket()
Specified by:
getTicket in interface GetAuthTokenRequest
Returns:
the ticket

setTicket

public void setTicket(java.lang.String ticket)
Specified by:
setTicket in interface GetAuthTokenRequest
Parameters:
ticket - the ticket 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