Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
GetTsdbListResp |
RestApi.getTsdbList(String projectId,
Integer offset,
Integer limit,
String xAuthToken)
查询时序数据库配置信息列表
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<GetTsdbListResp> |
RestApi.getTsdbListWithHttpInfo(String projectId,
Integer offset,
Integer limit,
String xAuthToken)
查询时序数据库配置信息列表
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getTsdbListAsync(String projectId,
Integer offset,
Integer limit,
String xAuthToken,
ApiCallback<GetTsdbListResp> callback)
查询时序数据库配置信息列表 (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
GetTsdbListResp |
GetTsdbListResp.addTsdbsItem(Tsdb tsdbsItem) |
GetTsdbListResp |
GetTsdbListResp.count(Long count) |
GetTsdbListResp |
GetTsdbListResp.errorCode(String errorCode) |
GetTsdbListResp |
GetTsdbListResp.isSuccess(Boolean isSuccess) |
GetTsdbListResp |
GetTsdbListResp.message(String message) |
GetTsdbListResp |
GetTsdbListResp.tsdbs(List<Tsdb> tsdbs) |
Copyright © 2023. All rights reserved.