public class ListTransactionDebugsResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<ListTransactionDebugsResponse>
| 构造器和说明 |
|---|
ListTransactionDebugsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage()
当前页
|
List<DebugRecord> |
getData()
联调记录分页数据
|
Long |
getPageSize()
分页大小
|
Boolean |
getSuccess()
接口返回码
|
Long |
getTotal()
总数
|
void |
setCurrentPage(Long currentPage)
当前页
|
void |
setData(List<DebugRecord> data)
联调记录分页数据
|
void |
setPageSize(Long pageSize)
分页大小
|
void |
setSuccess(Boolean success)
接口返回码
|
void |
setTotal(Long total)
总数
|
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
public List<DebugRecord> getData()
public void setData(List<DebugRecord> data)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2023. All Rights Reserved.