public class RedeployInstanceResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
taskId
The ID of the redeployment task.
|
构造器和说明 |
---|
RedeployInstanceResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static RedeployInstanceResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getTaskId() |
RedeployInstanceResponseBody |
setRequestId(String requestId) |
RedeployInstanceResponseBody |
setTaskId(String taskId) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TaskId") public String taskId
The ID of the redeployment task.
You can call the [DescribeTasks](~~25622~~) operation to query the redeployment result.
public static RedeployInstanceResponseBody build(Map<String,?> map) throws Exception
Exception
public RedeployInstanceResponseBody setRequestId(String requestId)
public String getRequestId()
public RedeployInstanceResponseBody setTaskId(String taskId)
public String getTaskId()
Copyright © 2023. All rights reserved.