public class GetAllJobPostResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<CfJobPostResp> |
content |
String |
requestId |
| 构造器和说明 |
|---|
GetAllJobPostResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAllJobPostResponseBody |
build(Map<String,?> map) |
List<CfJobPostResp> |
getContent() |
String |
getRequestId() |
GetAllJobPostResponseBody |
setContent(List<CfJobPostResp> content) |
GetAllJobPostResponseBody |
setRequestId(String requestId) |
@NameInMap(value="content") public List<CfJobPostResp> content
@NameInMap(value="requestId") public String requestId
public static GetAllJobPostResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetAllJobPostResponseBody setContent(List<CfJobPostResp> content)
public List<CfJobPostResp> getContent()
public GetAllJobPostResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.