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