public class

GetAuthTokenRequestImpl

extends BoxRequestImpl
implements GetAuthTokenRequest
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetAuthTokenRequestImpl

Summary

Fields
private String ticket ticket.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
GetAuthTokenRequestImpl()
Public Methods
String getActionName()
get action name.
String getTicket()
void setTicket(String ticket)
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.GetAuthTokenRequest

Fields

private String ticket

ticket.

Public Constructors

public GetAuthTokenRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getTicket ()

Returns
  • the ticket

public void setTicket (String ticket)

Parameters
ticket The ticket to set