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