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