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