public class GetAppApiByPageResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetAppApiByPageResponseBody.GetAppApiByPageResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The HTTP status code returned for the request.
|
GetAppApiByPageResponseBody.GetAppApiByPageResponseBodyData |
data
The struct returned.
|
String |
message
The message returned.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call was successful.
|
| 构造器和说明 |
|---|
GetAppApiByPageResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAppApiByPageResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
GetAppApiByPageResponseBody.GetAppApiByPageResponseBodyData |
getData() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetAppApiByPageResponseBody |
setCode(Integer code) |
GetAppApiByPageResponseBody |
setData(GetAppApiByPageResponseBody.GetAppApiByPageResponseBodyData data) |
GetAppApiByPageResponseBody |
setMessage(String message) |
GetAppApiByPageResponseBody |
setRequestId(String requestId) |
GetAppApiByPageResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public Integer code
The HTTP status code returned for the request. Valid values:
200
@NameInMap(value="Data") public GetAppApiByPageResponseBody.GetAppApiByPageResponseBodyData data
The struct returned.
@NameInMap(value="Message") public String message
The message returned.
example:message
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:B6A00968-82A8-4F14-9D1B-B53827DB****
@NameInMap(value="Success") public Boolean success
Indicates whether the call was successful. Valid values:
true: The call was successful.false: The call failed.true
public static GetAppApiByPageResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetAppApiByPageResponseBody setCode(Integer code)
public Integer getCode()
public GetAppApiByPageResponseBody setData(GetAppApiByPageResponseBody.GetAppApiByPageResponseBodyData data)
public GetAppApiByPageResponseBody.GetAppApiByPageResponseBodyData getData()
public GetAppApiByPageResponseBody setMessage(String message)
public String getMessage()
public GetAppApiByPageResponseBody setRequestId(String requestId)
public String getRequestId()
public GetAppApiByPageResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.