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