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