public class GetJobPostResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetJobPostResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetJobPostResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetJobPostResponse |
build(Map<String,?> map) |
GetJobPostResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetJobPostResponse |
setBody(GetJobPostResponseBody body) |
GetJobPostResponse |
setHeaders(Map<String,String> headers) |
GetJobPostResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetJobPostResponseBody body
public static GetJobPostResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetJobPostResponse setHeaders(Map<String,String> headers)
public GetJobPostResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetJobPostResponse setBody(GetJobPostResponseBody body)
public GetJobPostResponseBody getBody()
Copyright © 2025. All rights reserved.