public class GetNotifyMeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetNotifyMeResponseBody.GetNotifyMeResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetNotifyMeResponseBody.GetNotifyMeResponseBodyData> |
data |
Long |
pageNumber |
Long |
totalCount |
| 构造器和说明 |
|---|
GetNotifyMeResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetNotifyMeResponseBody |
build(Map<String,?> map) |
List<GetNotifyMeResponseBody.GetNotifyMeResponseBodyData> |
getData() |
Long |
getPageNumber() |
Long |
getTotalCount() |
GetNotifyMeResponseBody |
setData(List<GetNotifyMeResponseBody.GetNotifyMeResponseBodyData> data) |
GetNotifyMeResponseBody |
setPageNumber(Long pageNumber) |
GetNotifyMeResponseBody |
setTotalCount(Long totalCount) |
@NameInMap(value="data") public List<GetNotifyMeResponseBody.GetNotifyMeResponseBodyData> data
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="totalCount") public Long totalCount
public static GetNotifyMeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetNotifyMeResponseBody setData(List<GetNotifyMeResponseBody.GetNotifyMeResponseBodyData> data)
public List<GetNotifyMeResponseBody.GetNotifyMeResponseBodyData> getData()
public GetNotifyMeResponseBody setPageNumber(Long pageNumber)
public Long getPageNumber()
public GetNotifyMeResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2022. All rights reserved.