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