public static class GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
arrCity
This parameter is required.
|
String |
arrCityName
This parameter is required.
|
String |
arrTime
This parameter is required.
|
String |
cabin
This parameter is required.
|
Integer |
cabinClass
This parameter is required.
|
String |
cabinClassStr
This parameter is required.
|
String |
depCity
This parameter is required.
|
String |
depCityName
This parameter is required.
|
String |
depTime
This parameter is required.
|
Double |
discount
This parameter is required.
|
String |
flightNo
This parameter is required.
|
Long |
price
This parameter is required.
|
Integer |
type
This parameter is required.
|
构造器和说明 |
---|
GetFlightExceedApplyResponseBodyApplyIntentionInfoDO() |
@NameInMap(value="arrCity") public String arrCity
This parameter is required.
example:HGH
@NameInMap(value="arrCityName") public String arrCityName
This parameter is required.
example:杭州
@NameInMap(value="arrTime") public String arrTime
This parameter is required.
example:2021-07-08 15:23:56
@NameInMap(value="cabin") public String cabin
This parameter is required.
example:F
@NameInMap(value="cabinClass") public Integer cabinClass
This parameter is required.
example:1
@NameInMap(value="cabinClassStr") public String cabinClassStr
This parameter is required.
example:经济舱
@NameInMap(value="depCity") public String depCity
This parameter is required.
example:SHA
@NameInMap(value="depCityName") public String depCityName
This parameter is required.
example:上海
@NameInMap(value="depTime") public String depTime
This parameter is required.
example:2021-07-08 15:23:56
@NameInMap(value="discount") public Double discount
This parameter is required.
example:4.1
@NameInMap(value="flightNo") public String flightNo
This parameter is required.
example:MU2759
@NameInMap(value="price") public Long price
This parameter is required.
example:1000
@NameInMap(value="type") public Integer type
This parameter is required.
example:1
public GetFlightExceedApplyResponseBodyApplyIntentionInfoDO()
public static GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO build(Map<String,?> map) throws Exception
Exception
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setArrCity(String arrCity)
public String getArrCity()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setArrCityName(String arrCityName)
public String getArrCityName()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setArrTime(String arrTime)
public String getArrTime()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setCabin(String cabin)
public String getCabin()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setCabinClass(Integer cabinClass)
public Integer getCabinClass()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setCabinClassStr(String cabinClassStr)
public String getCabinClassStr()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setDepCity(String depCity)
public String getDepCity()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setDepCityName(String depCityName)
public String getDepCityName()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setDepTime(String depTime)
public String getDepTime()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setDiscount(Double discount)
public Double getDiscount()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setFlightNo(String flightNo)
public String getFlightNo()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setPrice(Long price)
public Long getPrice()
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO setType(Integer type)
public Integer getType()
Copyright © 2024. All rights reserved.