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