public class UpdateRobotResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateRobotResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateRobotResponse |
build(Map<String,?> map) |
UpdateRobotResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
UpdateRobotResponse |
setBody(UpdateRobotResponseBody body) |
UpdateRobotResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public UpdateRobotResponseBody body
public static UpdateRobotResponse build(Map<String,?> map) throws Exception
Exceptionpublic UpdateRobotResponse setHeaders(Map<String,String> headers)
public UpdateRobotResponse setBody(UpdateRobotResponseBody body)
public UpdateRobotResponseBody getBody()
Copyright © 2022. All rights reserved.