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