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