public class AlipayUserGameopenpromoChallengeQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayUserGameopenpromoChallengeQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<GameChallengePrizeVO> |
getChallengePrizeList() |
String |
getEndDate() |
Long |
getFukaCost() |
Boolean |
getFukaEnough() |
Boolean |
getJoinAuthority() |
Long |
getJoinMaxLimit() |
Long |
getJoinTimes() |
String |
getStartDate() |
void |
setChallengePrizeList(List<GameChallengePrizeVO> challengePrizeList) |
void |
setEndDate(String endDate) |
void |
setFukaCost(Long fukaCost) |
void |
setFukaEnough(Boolean fukaEnough) |
void |
setJoinAuthority(Boolean joinAuthority) |
void |
setJoinMaxLimit(Long joinMaxLimit) |
void |
setJoinTimes(Long joinTimes) |
void |
setStartDate(String startDate) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayUserGameopenpromoChallengeQueryResponse()
public void setChallengePrizeList(List<GameChallengePrizeVO> challengePrizeList)
public List<GameChallengePrizeVO> getChallengePrizeList()
public void setEndDate(String endDate)
public String getEndDate()
public void setFukaCost(Long fukaCost)
public Long getFukaCost()
public void setFukaEnough(Boolean fukaEnough)
public Boolean getFukaEnough()
public void setJoinAuthority(Boolean joinAuthority)
public Boolean getJoinAuthority()
public void setJoinMaxLimit(Long joinMaxLimit)
public Long getJoinMaxLimit()
public void setJoinTimes(Long joinTimes)
public Long getJoinTimes()
public void setStartDate(String startDate)
public String getStartDate()
Copyright © 2024. All rights reserved.