public class GetInstanceScreenshotResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the instance
|
String |
requestId
The ID of the request.
|
String |
screenshot
The JPG-formatted instance screenshot, which is encoded in Base64.
|
构造器和说明 |
---|
GetInstanceScreenshotResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetInstanceScreenshotResponseBody |
build(Map<String,?> map) |
String |
getInstanceId() |
String |
getRequestId() |
String |
getScreenshot() |
GetInstanceScreenshotResponseBody |
setInstanceId(String instanceId) |
GetInstanceScreenshotResponseBody |
setRequestId(String requestId) |
GetInstanceScreenshotResponseBody |
setScreenshot(String screenshot) |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Screenshot") public String screenshot
The JPG-formatted instance screenshot, which is encoded in Base64.
public static GetInstanceScreenshotResponseBody build(Map<String,?> map) throws Exception
Exception
public GetInstanceScreenshotResponseBody setInstanceId(String instanceId)
public String getInstanceId()
public GetInstanceScreenshotResponseBody setRequestId(String requestId)
public String getRequestId()
public GetInstanceScreenshotResponseBody setScreenshot(String screenshot)
public String getScreenshot()
Copyright © 2023. All rights reserved.