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