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