public class KoubeiCraftsmanDataWorkBatchqueryResponse extends AlipayResponse
| Constructor and Description |
|---|
KoubeiCraftsmanDataWorkBatchqueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrentPageNo()
Gets current page no.
|
Long |
getPageSize()
Gets page size.
|
Long |
getTotalPageNo()
Gets total page no.
|
Long |
getTotalWorks()
Gets total works.
|
List<CraftsmanWorkOpenModel> |
getWorks()
Gets works.
|
void |
setCurrentPageNo(Long currentPageNo)
Sets current page no.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setTotalPageNo(Long totalPageNo)
Sets total page no.
|
void |
setTotalWorks(Long totalWorks)
Sets total works.
|
void |
setWorks(List<CraftsmanWorkOpenModel> works)
Sets works.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic KoubeiCraftsmanDataWorkBatchqueryResponse()
public void setCurrentPageNo(Long currentPageNo)
currentPageNo - the current page nopublic Long getCurrentPageNo()
public void setPageSize(Long pageSize)
pageSize - the page sizepublic Long getPageSize()
public void setTotalPageNo(Long totalPageNo)
totalPageNo - the total page nopublic Long getTotalPageNo()
public void setTotalWorks(Long totalWorks)
totalWorks - the total workspublic Long getTotalWorks()
public void setWorks(List<CraftsmanWorkOpenModel> works)
works - the workspublic List<CraftsmanWorkOpenModel> getWorks()
Copyright © 2018. All rights reserved.