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