public interface

Box

cn.com.believer.songyuanframework.openapi.storage.box.objects.Box
Known Indirect Subclasses

Summary

Public Methods
abstract String getId()
get the box id.
abstract String getStatus()
get box status.
abstract String getUrl()
get box URL.
abstract void setId(String id)
set the box id.
abstract void setStatus(String status)
set box status.
abstract void setUrl(String url)
set box URL.

Public Methods

public abstract String getId ()

get the box id.

Returns
  • the id

public abstract String getStatus ()

get box status.

Returns
  • the status

public abstract String getUrl ()

get box URL.

Returns
  • the url

public abstract void setId (String id)

set the box id.

Parameters
id The id to set

public abstract void setStatus (String status)

set box status.

Parameters
status The status to set

public abstract void setUrl (String url)

set box URL.

Parameters
url The url to set