public class AlipayOpenServicemarketPromotiontaskRelationQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenServicemarketPromotiontaskRelationQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage() |
Long |
getPageSize() |
List<PromotionTaskRelation> |
getPromotionRelations() |
Long |
getTotalSize() |
void |
setCurrentPage(Long currentPage) |
void |
setPageSize(Long pageSize) |
void |
setPromotionRelations(List<PromotionTaskRelation> promotionRelations) |
void |
setTotalSize(Long totalSize) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOpenServicemarketPromotiontaskRelationQueryResponse()
public void setCurrentPage(Long currentPage)
public Long getCurrentPage()
public void setPageSize(Long pageSize)
public Long getPageSize()
public void setPromotionRelations(List<PromotionTaskRelation> promotionRelations)
public List<PromotionTaskRelation> getPromotionRelations()
public void setTotalSize(Long totalSize)
public Long getTotalSize()
Copyright © 2023. All rights reserved.