public class InvokeCommandResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
invokeId
The ID of the command execution.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
InvokeCommandResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static InvokeCommandResponseBody |
build(Map<String,?> map) |
String |
getInvokeId() |
String |
getRequestId() |
InvokeCommandResponseBody |
setInvokeId(String invokeId) |
InvokeCommandResponseBody |
setRequestId(String requestId) |
@NameInMap(value="InvokeId") public String invokeId
The ID of the command execution.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static InvokeCommandResponseBody build(Map<String,?> map) throws Exception
Exception
public InvokeCommandResponseBody setInvokeId(String invokeId)
public String getInvokeId()
public InvokeCommandResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.