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