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