public class AlipaySocialGiftStockQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipaySocialGiftStockQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvailableCount()
Gets available count.
|
List<String> |
getExistList()
Gets exist list.
|
List<String> |
getNotExistList()
Gets not exist list.
|
Long |
getTotalCount()
Gets total count.
|
void |
setAvailableCount(Long availableCount)
Sets available count.
|
void |
setExistList(List<String> existList)
Sets exist list.
|
void |
setNotExistList(List<String> notExistList)
Sets not exist list.
|
void |
setTotalCount(Long totalCount)
Sets total count.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAvailableCount(Long availableCount)
availableCount - the available countpublic Long getAvailableCount()
public void setExistList(List<String> existList)
existList - the exist listpublic void setNotExistList(List<String> notExistList)
notExistList - the not exist listpublic List<String> getNotExistList()
public void setTotalCount(Long totalCount)
totalCount - the total countpublic Long getTotalCount()
Copyright © 2018. All rights reserved.