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