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