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