cn.com.believer.songyuanframework.openapi.storage.box.functions
Interface BoxResponse

All Known Subinterfaces:
AddToMyBoxResponse, AddToTagResponse, CreateFolderResponse, DeleteResponse, DownloadResponse, ExportTagsResponse, GetAccountTreeResponse, GetAuthTokenResponse, GetFileInfoResponse, GetFriendsResponse, GetTicketResponse, LogoutResponse, MoveResponse, PrivateShareResponse, PublicShareResponse, PublicUnshareResponse, RegisterNewUserResponse, RenameResponse, RequestFriendsResponse, SetDescriptionResponse, UploadResponse, VerifyRegistrationEmailResponse
All Known Implementing Classes:
AddToMyBoxResponseImpl, AddToTagResponseImpl, CreateFolderResponseImpl, DeleteResponseImpl, DownloadResponseImpl, ExportTagsResponseImpl, GetAccountTreeResponseImpl, GetAuthTokenResponseImpl, GetFileInfoResponseImpl, GetFriendsResponseImpl, GetTicketResponseImpl, LogoutResponseImpl, MoveResponseImpl, PrivateShareResponseImpl, PublicShareResponseImpl, PublicUnshareResponseImpl, RegisterNewUserResponseImpl, RenameResponseImpl, RequestFriendsResponseImpl, SetDescriptionResponseImpl, UploadResponseImpl, VerifyRegistrationEmailResponseImpl

public interface BoxResponse

This is the super interface for all box response, you can set and get a status string from this response.

Author:
jjia

Method Summary
 java.lang.String getStatus()
          get the status string.
 void setStatus(java.lang.String status)
          set the status string.
 

Method Detail

getStatus

java.lang.String getStatus()
get the status string.

Returns:
the status

setStatus

void setStatus(java.lang.String status)
set the status string.

Parameters:
status - the status to set