Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
PkgResourceInfo |
RestApi.getResourceInfo(String projectId,
String resourceName,
String group,
String xAuthToken)
List specified resource
List specified resource.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PkgResourceInfo> |
RestApi.getResourceInfoWithHttpInfo(String projectId,
String resourceName,
String group,
String xAuthToken)
List specified resource
List specified resource.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getResourceInfoAsync(String projectId,
String resourceName,
String group,
String xAuthToken,
ApiCallback<PkgResourceInfo> callback)
List specified resource (asynchronously)
List specified resource.
|
Modifier and Type | Method and Description |
---|---|
PkgResourceInfo |
PkgResourceInfo.createTime(Long createTime) |
PkgResourceInfo |
PkgResourceInfo.owner(String owner) |
PkgResourceInfo |
PkgResourceInfo.resourceName(String resourceName) |
PkgResourceInfo |
PkgResourceInfo.resourceType(String resourceType) |
PkgResourceInfo |
PkgResourceInfo.status(String status) |
PkgResourceInfo |
PkgResourceInfo.underlyingName(String underlyingName) |
PkgResourceInfo |
PkgResourceInfo.updateTime(Long updateTime) |
Modifier and Type | Method and Description |
---|---|
List<PkgResourceInfo> |
GroupResourceInfo.getDetails()
Get details
|
List<PkgResourceInfo> |
ResourceInfos.getResources()
Get resources
|
Modifier and Type | Method and Description |
---|---|
GroupResourceInfo |
GroupResourceInfo.addDetailsItem(PkgResourceInfo detailsItem) |
ResourceInfos |
ResourceInfos.addResourcesItem(PkgResourceInfo resourcesItem) |
Modifier and Type | Method and Description |
---|---|
GroupResourceInfo |
GroupResourceInfo.details(List<PkgResourceInfo> details) |
ResourceInfos |
ResourceInfos.resources(List<PkgResourceInfo> resources) |
void |
GroupResourceInfo.setDetails(List<PkgResourceInfo> details) |
void |
ResourceInfos.setResources(List<PkgResourceInfo> resources) |
Copyright © 2023. All rights reserved.