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