public class PagequeryNftCustomerResponse
extends cn.com.antcloud.api.product.AntCloudProdResponse
| 构造器和说明 |
|---|
PagequeryNftCustomerResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserAsset> |
getAssetList()
用户资产列表
|
Long |
getPage()
页码,查询时传入
|
Long |
getPageSize()
页长,查询时传入
|
Long |
getTotalCount()
列表总数
|
String |
getUid()
fans uid
|
void |
setAssetList(List<UserAsset> assetList)
用户资产列表
|
void |
setPage(Long page)
页码,查询时传入
|
void |
setPageSize(Long pageSize)
页长,查询时传入
|
void |
setTotalCount(Long totalCount)
列表总数
|
void |
setUid(String uid)
fans uid
|
public Long getPage()
public void setPage(Long page)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public String getUid()
public void setUid(String uid)
Copyright © 2022. All Rights Reserved.