public class

GetFileInfoRequestImpl

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

Summary

Fields
private String authToken auth token.
private String fileId file id.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
GetFileInfoRequestImpl()
Public Methods
String getActionName()
get action name.
String getAuthToken()
String getFileId()
void setAuthToken(String authToken)
void setFileId(String fileId)
[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.GetFileInfoRequest

Fields

private String authToken

auth token.

private String fileId

file id.

Public Constructors

public GetFileInfoRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getAuthToken ()

Returns
  • the authToken

public String getFileId ()

Returns
  • the fileId

public void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public void setFileId (String fileId)

Parameters
fileId The fileId to set