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