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