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