| java.lang.Object | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxImpl |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | box id. | ||||||||||
| status | box status. | ||||||||||
| url | box URL. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
get the box id.
| |||||||||||
get box status.
| |||||||||||
get box URL.
| |||||||||||
set the box id.
| |||||||||||
set box status.
| |||||||||||
set box URL.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.objects.Box
| |||||||||||
box id.
box status.
box URL.
get the box id.
get box status.
get box URL.
set the box id.
| id | The id to set |
|---|
set box status.
| status | The status to set |
|---|
set box URL.
| url | The url to set |
|---|