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

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetFileInfoResponseImpl
All Implemented Interfaces:
BoxResponse, GetFileInfoResponse

public class GetFileInfoResponseImpl
extends BoxResponseImpl
implements GetFileInfoResponse

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
status
 
Constructor Summary
GetFileInfoResponseImpl()
           
 
Method Summary
 BoxFile getFile()
           
 void setFile(BoxFile file)
           
 
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
getStatus, setStatus
 
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.BoxResponse
getStatus, setStatus
 

Constructor Detail

GetFileInfoResponseImpl

public GetFileInfoResponseImpl()
Method Detail

getFile

public BoxFile getFile()
Specified by:
getFile in interface GetFileInfoResponse
Returns:
the file

setFile

public void setFile(BoxFile file)
Specified by:
setFile in interface GetFileInfoResponse
Parameters:
file - the file to set