public class GetFlightExceedApplyRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
applyId
This parameter is required.
|
String |
corpId
This parameter is required.
|
构造器和说明 |
---|
GetFlightExceedApplyRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetFlightExceedApplyRequest |
build(Map<String,?> map) |
String |
getApplyId() |
String |
getCorpId() |
GetFlightExceedApplyRequest |
setApplyId(String applyId) |
GetFlightExceedApplyRequest |
setCorpId(String corpId) |
@NameInMap(value="applyId") public String applyId
This parameter is required.
example:1234
@NameInMap(value="corpId") public String corpId
This parameter is required.
example:ding1234
public static GetFlightExceedApplyRequest build(Map<String,?> map) throws Exception
Exception
public GetFlightExceedApplyRequest setApplyId(String applyId)
public String getApplyId()
public GetFlightExceedApplyRequest setCorpId(String corpId)
public String getCorpId()
Copyright © 2024. All rights reserved.