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