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