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