public class

GetFileInfoResponseImpl

extends BoxResponseImpl
implements GetFileInfoResponse
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetFileInfoResponseImpl

Summary

Fields
private BoxFile file box file.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
Public Constructors
GetFileInfoResponseImpl()
Public Methods
BoxFile getFile()
void setFile(BoxFile file)
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.GetFileInfoResponse

Fields

private BoxFile file

box file.

Public Constructors

public GetFileInfoResponseImpl ()

Public Methods

public BoxFile getFile ()

Returns
  • the file

public void setFile (BoxFile file)

Parameters
file The file to set