public class PostResumeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
jobId |
String |
userIdentify |
| 构造器和说明 |
|---|
PostResumeResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PostResumeResponseBody |
build(Map<String,?> map) |
Long |
getJobId() |
String |
getUserIdentify() |
PostResumeResponseBody |
setJobId(Long jobId) |
PostResumeResponseBody |
setUserIdentify(String userIdentify) |
@NameInMap(value="jobId") public Long jobId
@NameInMap(value="userIdentify") public String userIdentify
public static PostResumeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic PostResumeResponseBody setJobId(Long jobId)
public Long getJobId()
public PostResumeResponseBody setUserIdentify(String userIdentify)
public String getUserIdentify()
Copyright © 2025. All rights reserved.