public class

BoxImpl

extends Object
implements Box
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxImpl

Summary

Fields
private String id box id.
private String status box status.
private String url box URL.
Public Constructors
BoxImpl()
Public Methods
String getId()
get the box id.
String getStatus()
get box status.
String getUrl()
get box URL.
void setId(String id)
set the box id.
void setStatus(String status)
set box status.
void setUrl(String url)
set box URL.
[Expand]
Inherited Methods
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.objects.Box

Fields

private String id

box id.

private String status

box status.

private String url

box URL.

Public Constructors

public BoxImpl ()

Public Methods

public String getId ()

get the box id.

Returns
  • the id

public String getStatus ()

get box status.

Returns
  • the status

public String getUrl ()

get box URL.

Returns
  • the url

public void setId (String id)

set the box id.

Parameters
id The id to set

public void setStatus (String status)

set box status.

Parameters
status The status to set

public void setUrl (String url)

set box URL.

Parameters
url The url to set