public class UpdateThingModelResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
UpdateThingModelResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
UpdateThingModelResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateThingModelResponse |
build(Map<String,?> map) |
UpdateThingModelResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
UpdateThingModelResponse |
setBody(UpdateThingModelResponseBody body) |
UpdateThingModelResponse |
setHeaders(Map<String,String> headers) |
UpdateThingModelResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") @Validation(required=true) public Integer statusCode
@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 setStatusCode(Integer statusCode)
public Integer getStatusCode()
public UpdateThingModelResponse setBody(UpdateThingModelResponseBody body)
public UpdateThingModelResponseBody getBody()
Copyright © 2023. All rights reserved.