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