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