public class GetFlightExceedApplyResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO |
限定符和类型 | 字段和说明 |
---|---|
Long |
applyId
This parameter is required.
|
GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO |
applyIntentionInfoDO
This parameter is required.
|
String |
btripCause
This parameter is required.
|
String |
corpId
This parameter is required.
|
String |
exceedReason
This parameter is required.
|
Integer |
exceedType
This parameter is required.
|
String |
originStandard
This parameter is required.
|
Integer |
status
This parameter is required.
|
String |
submitTime
This parameter is required.
|
String |
thirdpartApplyId
This parameter is required.
|
String |
userId
This parameter is required.
|
构造器和说明 |
---|
GetFlightExceedApplyResponseBody() |
@NameInMap(value="applyId") public Long applyId
This parameter is required.
example:1234
@NameInMap(value="applyIntentionInfoDO") public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO applyIntentionInfoDO
This parameter is required.
@NameInMap(value="btripCause") public String btripCause
This parameter is required.
example:出差
@NameInMap(value="corpId") public String corpId
This parameter is required.
example:ding1234
@NameInMap(value="exceedReason") public String exceedReason
This parameter is required.
example:出差
@NameInMap(value="exceedType") public Integer exceedType
This parameter is required.
example:1
@NameInMap(value="originStandard") public String originStandard
This parameter is required.
example:经济舱(2折及以下)
@NameInMap(value="status") public Integer status
This parameter is required.
example:0
@NameInMap(value="submitTime") public String submitTime
This parameter is required.
example:2021-07-08 15:23:56
@NameInMap(value="thirdpartApplyId") public String thirdpartApplyId
This parameter is required.
example:0001A1100000007EX08O
@NameInMap(value="userId") public String userId
This parameter is required.
example:weifeng
public static GetFlightExceedApplyResponseBody build(Map<String,?> map) throws Exception
Exception
public GetFlightExceedApplyResponseBody setApplyId(Long applyId)
public Long getApplyId()
public GetFlightExceedApplyResponseBody setApplyIntentionInfoDO(GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO applyIntentionInfoDO)
public GetFlightExceedApplyResponseBody.GetFlightExceedApplyResponseBodyApplyIntentionInfoDO getApplyIntentionInfoDO()
public GetFlightExceedApplyResponseBody setBtripCause(String btripCause)
public String getBtripCause()
public GetFlightExceedApplyResponseBody setCorpId(String corpId)
public String getCorpId()
public GetFlightExceedApplyResponseBody setExceedReason(String exceedReason)
public String getExceedReason()
public GetFlightExceedApplyResponseBody setExceedType(Integer exceedType)
public Integer getExceedType()
public GetFlightExceedApplyResponseBody setOriginStandard(String originStandard)
public String getOriginStandard()
public GetFlightExceedApplyResponseBody setStatus(Integer status)
public Integer getStatus()
public GetFlightExceedApplyResponseBody setSubmitTime(String submitTime)
public String getSubmitTime()
public GetFlightExceedApplyResponseBody setThirdpartApplyId(String thirdpartApplyId)
public String getThirdpartApplyId()
public GetFlightExceedApplyResponseBody setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.