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