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