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