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