Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
CreateTsdbResp |
RestApi.createTsdb(CreateTsdbReq createTsdbReq,
String projectId,
String xAuthToken)
创建时序数据库配置信息
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<CreateTsdbResp> |
RestApi.createTsdbWithHttpInfo(CreateTsdbReq createTsdbReq,
String projectId,
String xAuthToken)
创建时序数据库配置信息
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.createTsdbAsync(CreateTsdbReq createTsdbReq,
String projectId,
String xAuthToken,
ApiCallback<CreateTsdbResp> callback)
创建时序数据库配置信息 (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
CreateTsdbResp |
CreateTsdbResp.errorCode(String errorCode) |
CreateTsdbResp |
CreateTsdbResp.isSuccess(Boolean isSuccess) |
CreateTsdbResp |
CreateTsdbResp.message(String message) |
CreateTsdbResp |
CreateTsdbResp.tsdb(Tsdb tsdb) |
Copyright © 2023. All rights reserved.