public class AlipayCommerceLotteryPresentlistQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayCommerceLotteryPresentlistQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<LotteryPresent> |
getResults()
Gets results.
|
Long |
getTotalResult()
Gets total result.
|
void |
setResults(List<LotteryPresent> results)
Sets results.
|
void |
setTotalResult(Long totalResult)
Sets total result.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayCommerceLotteryPresentlistQueryResponse()
public void setResults(List<LotteryPresent> results)
results
- the resultspublic List<LotteryPresent> getResults()
public void setTotalResult(Long totalResult)
totalResult
- the total resultpublic Long getTotalResult()
Copyright © 2018. All rights reserved.