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