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