public interface

BoxResponse

cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract String getStatus()
get the status string.
abstract void setStatus(String status)
set the status string.

Public Methods

public abstract String getStatus ()

get the status string.

Returns
  • the status

public abstract void setStatus (String status)

set the status string.

Parameters
status The status to set