public class GetOrderAttachmentFileResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
fileUrl
The download URL of the attachment.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
GetOrderAttachmentFileResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetOrderAttachmentFileResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getFileUrl() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetOrderAttachmentFileResponseBody |
setErrorCode(String errorCode) |
GetOrderAttachmentFileResponseBody |
setErrorMessage(String errorMessage) |
GetOrderAttachmentFileResponseBody |
setFileUrl(String fileUrl) |
GetOrderAttachmentFileResponseBody |
setRequestId(String requestId) |
GetOrderAttachmentFileResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned. Take note of the following rules:
UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="FileUrl") public String fileUrl
The download URL of the attachment.
example:@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:FE8EE2F1-4880-46BC-A704-5CF63EAF9A04
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static GetOrderAttachmentFileResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetOrderAttachmentFileResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetOrderAttachmentFileResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetOrderAttachmentFileResponseBody setFileUrl(String fileUrl)
public String getFileUrl()
public GetOrderAttachmentFileResponseBody setRequestId(String requestId)
public String getRequestId()
public GetOrderAttachmentFileResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.