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