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