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