public class QueryPageSmartShortUrlLogResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel |
static class |
QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModelList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
String |
message |
QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel |
model |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
QueryPageSmartShortUrlLogResponseBody() |
@NameInMap(value="Code") public String code
@NameInMap(value="Message") public String message
@NameInMap(value="Model") public QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel model
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static QueryPageSmartShortUrlLogResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic QueryPageSmartShortUrlLogResponseBody setCode(String code)
public String getCode()
public QueryPageSmartShortUrlLogResponseBody setMessage(String message)
public String getMessage()
public QueryPageSmartShortUrlLogResponseBody setModel(QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel model)
public QueryPageSmartShortUrlLogResponseBody.QueryPageSmartShortUrlLogResponseBodyModel getModel()
public QueryPageSmartShortUrlLogResponseBody setRequestId(String requestId)
public String getRequestId()
public QueryPageSmartShortUrlLogResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.