public class MoveAppResourceResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
failedResourceIds
The IDs of the resources that failed to be migrated.
|
List<String> |
nonExistResourceIds
The IDs of the resources that were not found.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
MoveAppResourceResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MoveAppResourceResponseBody |
build(Map<String,?> map) |
List<String> |
getFailedResourceIds() |
List<String> |
getNonExistResourceIds() |
String |
getRequestId() |
MoveAppResourceResponseBody |
setFailedResourceIds(List<String> failedResourceIds) |
MoveAppResourceResponseBody |
setNonExistResourceIds(List<String> nonExistResourceIds) |
MoveAppResourceResponseBody |
setRequestId(String requestId) |
@NameInMap(value="FailedResourceIds") public List<String> failedResourceIds
The IDs of the resources that failed to be migrated.
@NameInMap(value="NonExistResourceIds") public List<String> nonExistResourceIds
The IDs of the resources that were not found.
@NameInMap(value="RequestId") public String requestId
The request ID.
public static MoveAppResourceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic MoveAppResourceResponseBody setFailedResourceIds(List<String> failedResourceIds)
public MoveAppResourceResponseBody setNonExistResourceIds(List<String> nonExistResourceIds)
public MoveAppResourceResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.