public class SystemStatus extends Object
| 构造器和说明 |
|---|
SystemStatus(Config config) |
public SystemStatus(Config config)
public BatchCloseSystemStatusResp batchClose(BatchCloseSystemStatusReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic BatchCloseSystemStatusResp batchClose(BatchCloseSystemStatusReq req) throws Exception
Exceptionpublic BatchOpenSystemStatusResp batchOpen(BatchOpenSystemStatusReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic BatchOpenSystemStatusResp batchOpen(BatchOpenSystemStatusReq req) throws Exception
Exceptionpublic CreateSystemStatusResp create(CreateSystemStatusReq req, RequestOptions reqOptions) throws Exception
注意事项:;- 操作的数据为租户维度数据,请小心操作。;- 每个租户最多创建10个系统状态。 ;
Exceptionpublic CreateSystemStatusResp create(CreateSystemStatusReq req) throws Exception
注意事项:;- 操作的数据为租户维度数据,请小心操作。;- 每个租户最多创建10个系统状态。 ;
Exceptionpublic DeleteSystemStatusResp delete(DeleteSystemStatusReq req, RequestOptions reqOptions) throws Exception
注意事项:;- 操作的数据为租户维度数据,请小心操作。 ;- 删除系统状态后,并不影响正在使用该状态用户下系统状态的客户端展示。 ;
Exceptionpublic DeleteSystemStatusResp delete(DeleteSystemStatusReq req) throws Exception
注意事项:;- 操作的数据为租户维度数据,请小心操作。 ;- 删除系统状态后,并不影响正在使用该状态用户下系统状态的客户端展示。 ;
Exceptionpublic ListSystemStatusResp list(ListSystemStatusReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListSystemStatusResp list(ListSystemStatusReq req) throws Exception
Exceptionpublic PatchSystemStatusResp patch(PatchSystemStatusReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchSystemStatusResp patch(PatchSystemStatusReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.